Gedit Review (Softpedia.com)
Gedit Review (Softpedia.com)
Posted Jun 12, 2006 22:55 UTC (Mon) by khim (subscriber, #9252)In reply to: Gedit Review (Softpedia.com) by sfeam
Parent article: Gedit Review (Softpedia.com)
Last time I've checked gEdit was the only editor with correct handling of UTF-8. Emacs ? Kate ? Don't make me laugh.
Do a quick check:
$ printf '\x61\xCC\x8A\xCC\xA7\xCC\x81\xCC\x81\n' > test.txt
$ gedit test.txt &
$ emacs test.txt &
$ kate test.txt &
gEdit shows text correctly (single character "a with a ring above, cedila below and acute accent over all this") while kate and emacs show... something. Not even remotely close to what I want to see...
Yes, gEdit is memory hog and it's stability is horrible, but at least it can read UTF-8 text - that's more then I can say about VIM, Emacs or Kate (but on the other hand may be I just don't know how to tune them correctly? feel free to explain what I did wrong - I've used versions from last version of Kubuntu).
