Rendering Thai unicode characters and their accents correctly
Thai characters display have a twist. The accents are stored as subsequent unicode characters. For example to display มี, two unicode characters are written, first ม is written then the accent character, and there could be many accent characters applied to the same letter.
In a utf-8 char byte array[], the value is : e0 b8 a1 e0 b8 b5 e0 b8 b5 00
Bonus material
軟體測試(英语:software testing),描述一種用來促進鑑定軟體的正確性、完整性、 安全性和品質的過程。
ソフトウェアテスト(software test)は、コンピュータのプログラムを実行し、 正しく動作するか、目標とした品質に到達しているか、 意図しない動作をしないかどうかを確認する作業のことである。
Recent Comments