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:
Ryan Garver 2023-11-18 14:49:48 -08:00 committed by Kevin Newton
parent a4003bb8dc
commit e16ff17374
6 changed files with 66 additions and 55 deletions

View file

@ -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,