Re: Error in Hangul composition code

2004-07-06 Thread Kent Karlsson
> says: > > int SIndex = last - SBase; ... The arithmetic decomposition of the Hangul Syllable characters can be described as follows: Each Hangul precomposed syllable character of Hangul_Syllable_Type LV has a canonical decomposition into an L a

Error in Hangul composition code

2004-07-05 Thread Marcin 'Qrczak' Kowalczyk
says: int SIndex = last - SBase; if (0 <= SIndex && SIndex < SCount && (SIndex % TCount) == 0) { int TIndex = ch - TBase; if (0 <= TIndex && TIndex <= TCount) { // make syllable of