On Sat, 28 Nov 2009 22:35:30 +0900, MASAMI wrote:
Hi,
I uses geany 0.17 under Ubuntu 8.04 and geany 0.18 under Ubuntu 9.10. I have no problem for Japanese text files. Here is one sample file. This file is created by Notepad under Windows Vista, SHIFT_JIS (aka. CP932) encoding and CR+LF end of line.
- Choose File menu -> Open
- Browse directory
- Choose File
- Click Option and select encoding method as Japanese SHIFT_JIS or
CP932 5) Then click OK.
NOTE: You cannot change encoding after the file is opened. Remember Opening Japanese text file using Western encoding (CP1252,ISO8859-1,...) destroy original text code value.
You can using File->Reload As->...
You can also translate text code encoding using iconv Unix filter command before you edit it by geany.
$ iconv -f SHIFT_JIS -t UTF-8 < sample.in > sample.out
Thanks for these information.
Regards, Enrico