Re: Thai/Devanagari in GNOME Terminal



Hi Robert,

] 
] On Mon, 23 Oct 2000, Chookij Vanatham wrote:
] 
] > 	Sequence 1:	C1 + V1
] > 	Sequence 2:	C2 + V1
] > 	
] > 	V1 of sequence 1 can be displayed as Zero width
] > 	V1 of sequence 2 can be displayed as Non-Zero width
] 
] Can you give me an actual example of this? I.e please name C1, C2, and V1.

Here is sample.

	C1 -- U+0E01
	C2 -- U+00A1
	V1 -- U+0E34
	
	Seq 1:   C1 + V1 ---> V1 is displayed as zero-width
	Seq 2:   C2 + V1 ---> V1 is displayed as non-zero width
	
Well!!!, you might argue that C2 is not part of consonant. Then, let's see
this sample.

	C1 -- U+0E01
	V1 -- U+0E34
	V2 -- U+0E48
	
	Seq 1:   C1 + V1 + V2 ---> V1 and V2 are displayed as zero width
	Seq 2:   C1 + V2 + V1 ---> V2 is displayed as zero width
				   but V1 is displayed as non-zero width
	
				   
Chookij V.




] 
] > 	How would wcwidth() and wcswidth() be able to help ?
] 
] -- 
] Robert
] 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]