Top Level Namespace
Defined Under Namespace
Classes: String
Constant Summary collapse
- NIKKUD_CP1255 =
codepoints for CP1255 nikkud
[192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210]
- NIKKUD_UTF8 =
NIKKUD_CP1255 = [“xc0”.force_encoding(‘windows-1255’), “xc1”.force_encoding(‘windows-1255’), “xc2”.force_encoding(‘windows-1255’), “xc3”.force_encoding(‘windows-1255’), “xc4”.force_encoding(‘windows-1255’), “xc5”.force_encoding(‘windows-1255’), “xc6”.force_encoding(‘windows-1255’), “xc7”.force_encoding(‘windows-1255’), “xc8”.force_encoding(‘windows-1255’), “xc9”.force_encoding(‘windows-1255’), “xcb”.force_encoding(‘windows-1255’), “xcc”.force_encoding(‘windows-1255’), “xd1”.force_encoding(‘windows-1255’), “xd2”.force_encoding(‘windows-1255’)] # wow, this is fugly. Is there a neater way to specify CP1255 literal?
[0x05b0, 0x05b1, 0x05b2, 0x05b3, 0x05b4, 0x05b5, 0x05b6, 0x05b7, 0x05b8, 0x05b9, 0x05bb, 0x05bc, 0x05bd, 0x05bf, 0x05c1, 0x05c2]
- FIANLS_CP1255 =
TODO: Mac encoding
["\xea".force_encoding('windows-1255'), "\xed".force_encoding('windows-1255'), "\xef".force_encoding('windows-1255'), "\xf3".force_encoding('windows-1255'), "\xf5".force_encoding('windows-1255')]
- FINALS_UTF8 =
["\u05da", "\u05dd", "\u05df", "\u05e3", "\u05e5"]
- HEB_UTF8_START =
1424- HEB_UTF8_END =
1535