followup of my gedit2 question!



Hi,

	In the last post, I have state that the gedit2 doesn't handle the encoding correctly, when one start gedit twice, with each time a different 'LC_CTYPE'.

	And I just found that, I discover a little bit more, it might be a bug. (though I'm not sure)

	When I start gedit like this :
	$ LC_CTYPE=zh_TW.UTF-8 gedit utf8-doc.txt &
	$ LC_CTYPE=zh_TW.Big5 gedit big5-doc.txt &
	My reported problem appears. The 'big5-doc.txt' wouldn't display properly.

	But, if I do the command inreverse order, 
	$ LC_CTYPE=zh_TW.Big5 gedit big5-doc.txt &
	$ LC_CTYPE=zh_TW.UTF-8 gedit big5-dco.txt &
	All things go right.

	Note : My gedit version is 'gedit-2.0.2'

Zenith



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