diff options
| author | David Wessman <david.wesmn@gmail.com> | 2023-11-20 17:07:14 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-20 16:07:19 +0000 |
| commit | f9fb05f9d04f4622f6080d582103c612f37cc1f5 (patch) | |
| tree | cb21a364bbc34d8166db41aa48f1e74cbc3af458 /test | |
| parent | f2ed7eaba0275099842b5b8407250e2d410f2f25 (diff) | |
[ruby/prism] feat: Adds macCroatian encoding
(https://github.com/ruby/prism/pull/1880)
* feat: Adds macCroatian encoding
- Based on:
https://en.wikipedia.org/wiki/Mac_OS_Croatian_encoding
https://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/CROATIAN.TXT
Co-authored-by: Josefine Rost <nijrost@gmail.com>
* Use output from bin/encodings and adds to docs/encoding.md
---------
https://github.com/ruby/prism/commit/019a82d8f3
Co-authored-by: Josefine Rost <nijrost@gmail.com>
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 bc9aae8e8a..a059e22716 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -43,6 +43,7 @@ module Prism Encoding::ISO_8859_16 => 0x00...0x100, Encoding::KOI8_R => 0x00...0x100, Encoding::MACCENTEURO => 0x00...0x100, + Encoding::MACCROATIAN => 0x00...0x100, Encoding::MACCYRILLIC => 0x00...0x100, Encoding::MACGREEK => 0x00...0x100, Encoding::MACICELAND => 0x00...0x100, |
