Description of Problem: Because CJK is not going to use UTF-8, there is problem showing file names and directories in native languages. Version-Release number of selected component (if applicable): How Reproducible: Everytime Steps to Reproduce: 1. creat a file in terminals (using native languages) 2. try to open it using gedit 3. Actual Results: The filename or directory name is not shown Expected Results: Additional Information: G_BROKEN_LANGUAGES=1 should be exported as default
(Making public)
*** Bug 69767 has been marked as a duplicate of this bug. ***
Created attachment 70444 [details] set G_BROKEN_FILENAMES for CJK locales
The attached patch sets G_BROKEN_FILENAMES for the CJK locales. I have confirmed that filenames created in native encoding via touch in gnome-terminal and gedit via file->save, are inter-operable and can be displayed via nautilus correctly.
Havoc fixed this by installing profile.d file that sets G_BROKEN_FILENAMES (for all locales, doesn't matter for UTF-8 locales) from GLib ... see bug #70686. *** This bug has been marked as a duplicate of 70686 ***