[ruby/prism] Add IBM864 encoding

Fixes https://github.com/ruby/prism/pull/1868
Related #1843

abc136dfc9
This commit is contained in:
Mike Dalton 2023-11-18 01:07:04 -06:00 committed by git
parent fdcb97833c
commit bbf14bbba6
4 changed files with 39 additions and 0 deletions

View file

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