mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Rename the big5-hkscs stuff to something more generic and add UAO sharing common code.
Merge the Big5 extensions into pm_big5.c
This commit is contained in:
parent
a4003bb8dc
commit
e16ff17374
6 changed files with 66 additions and 55 deletions
|
@ -65,6 +65,7 @@ module Prism
|
|||
Encoding::Windows_874 => 0x00...0x100,
|
||||
Encoding::Big5 => 0x00...0x10000,
|
||||
Encoding::Big5_HKSCS => 0x00...0x10000,
|
||||
Encoding::Big5_UAO => 0x00...0x10000,
|
||||
Encoding::CP51932 => 0x00...0x10000,
|
||||
Encoding::GBK => 0x00...0x10000,
|
||||
Encoding::Shift_JIS => 0x00...0x10000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue