diff options
| author | Ryan Garver <ragarver@gmail.com> | 2023-11-18 14:49:48 -0800 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2023-11-20 21:18:31 -0500 |
| commit | e16ff17374798fa476527ee3883e447a7e083c8a (patch) | |
| tree | f816dc9743b9f59e016d5d881aaf0ca522010a58 /test | |
| parent | a4003bb8dc803c937fd7b433b88b9406d9032531 (diff) | |
Rename the big5-hkscs stuff to something more generic and add UAO sharing common code.
Merge the Big5 extensions into pm_big5.c
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/encoding_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/encoding_test.rb b/test/prism/encoding_test.rb index 8704945d53..75a6b027c3 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -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, |
