K.Surasak,
What is chr(202)+chr(161) represent for (which character in Thai) ?
Thai characters 202,161 are
ส, ก
Thai language in (TIS620) ascii table has not 2 bytes character. All character is represent 1 ascii code.
What is TIS620? Can you please enlighten me?
To the extent I know the Thai codepage in Windows is 874.
And yes, there are no 2 bytes characters.
Single byte character 202 is
ส and
single byte character 161 is
ก.
So the combination of these two characters should be displayed as
สก
But the FWH version you have is displaying a totally different character.
ʡ
This is because FWH is not recognizing
สก as two individual single byte characters but as a 2-byte UTF8 character
ʡ
We are in the process of resolving the issue, with kind support from both of you.