From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020724 Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Edit a file with gedit and save it to your home directory with a Chinese name 2. type ls ~ in a gnme terminal 3. Expected Results: The file name coded with utf-8 can also be listed in gnome terminal crectly. Additional info:
gedit probably needs a g_utf8_to_filename() call, it should be saving locale-encoded filenames in Chinese.
This is just a dup of the 'should set G_BROKEN_FILENAMES' bug.
glib2 2.0.6-2 will set G_BROKEN_FILENAMES on login (from /etc/profile.d) which should cause gedit to save in locale encoding.
*** Bug 70228 has been marked as a duplicate of this bug. ***
Would someone please confirm this is resolved, as I'm not 'up' on my Chinese filenames :-)