[KSC5601] KSC5601 Unicode Mapping Table
/* KSC5601 -> Unicode mapping table, compressed for the 94*94 codeset. */ /* * Unlike kuten-table, needed offset is 33 (0x21) instead of * 32 for 7-bit portion of each byte. i.e., a Unicode * codepoint for KSC's codepoint (n, m) would be found at * index (n-33)*94+m-33. */ long tabksc5601[] = { /* KSC 5601 -> Unicode mapping table; max codepoint = 0x7d7e */ 0x3000, 0x3001, 0x3002, 0x00b7, 0x2025..
2015. 3. 9. 21:59