mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
[ruby/prism] Add IBM864 encoding
Fixes https://github.com/ruby/prism/pull/1868
Related #1843
abc136dfc9
This commit is contained in:
parent
fdcb97833c
commit
bbf14bbba6
4 changed files with 39 additions and 0 deletions
|
@ -22,6 +22,7 @@ module Prism
|
|||
Encoding::IBM860 => 0x00...0x100,
|
||||
Encoding::IBM861 => 0x00...0x100,
|
||||
Encoding::IBM862 => 0x00...0x100,
|
||||
Encoding::IBM864 => 0x00...0x100,
|
||||
Encoding::ISO_8859_1 => 0x00...0x100,
|
||||
Encoding::ISO_8859_2 => 0x00...0x100,
|
||||
Encoding::ISO_8859_3 => 0x00...0x100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue