Sha256: d6d3d1a295dba0ef11986d427d4bd45e8fefe074a75919b14c0d350b4851f1a7

Contents?: true

Size: 1.16 KB

Versions: 12

Compression:

Stored size: 1.16 KB

Contents

module DataObjects
  module Mysql
    module Encoding
      MAP = {
        "Big5"         => "big5",
        "CP850"        => "cp850",
        "KOI8-R"       => "koi8r",
        "ISO-8859-1"   => "latin1",
        "ISO-8859-2"   => "latin2",
        "US-ASCII"     => "ascii",
        "EUC-JP"       => "ujis",
        "SJIS"         => "sjis",
        "ISO-8859-8"   => "hebrew",
        "TIS-620"      => "tis620",
        "EUC-KR"       => "euckr",
        "KOI8-U"       => "koi8u",
        "GB2312"       => "gb2312",
        "ISO-8859-7"   => "greek",
        "Windows-1250" => "cp1250",
        "GBK"          => "gbk",
        "ISO-8859-9"   => "latin5",
        "UTF-8"        => "utf8",
        "UTF-8-MB4"    => "utf8mb4",
        "UTF-16BE"     => "ucs2",
        "IBM866"       => "cp866",
        "macCentEuro"  => "macce",
        "macRoman"     => "macroman",
        "CP852"        => "cp852",
        "ISO-8859-13"  => "latin7",
        "Windows-1251" => "cp1251",
        "Windows-1256" => "cp1256",
        "Windows-1257" => "cp1257",
        "ASCII-8BIT"   => "binary",
        "Windows-31J"  => "cp932",
        "eucJP-ms"     => "eucjpms"
      }
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
do_mysql-0.10.17 lib/do_mysql/encoding.rb
do_mysql-0.10.17-x86-mswin32-60 lib/do_mysql/encoding.rb
do_mysql-0.10.17-x86-mingw32 lib/do_mysql/encoding.rb
do_mysql-0.10.17-java lib/do_mysql/encoding.rb
do_mysql-0.10.16 lib/do_mysql/encoding.rb
do_mysql-0.10.16-x86-mswin32-60 lib/do_mysql/encoding.rb
do_mysql-0.10.16-x86-mingw32 lib/do_mysql/encoding.rb
do_mysql-0.10.16-java lib/do_mysql/encoding.rb
do_mysql-0.10.15 lib/do_mysql/encoding.rb
do_mysql-0.10.15-x86-mswin32-60 lib/do_mysql/encoding.rb
do_mysql-0.10.15-x86-mingw32 lib/do_mysql/encoding.rb
do_mysql-0.10.15-java lib/do_mysql/encoding.rb