Bug 70228

Summary: G_BROKEN_FILES=1?
Product: [Retired] Red Hat Linux Beta Reporter: David Joo <djoo>
Component: glibAssignee: Owen Taylor <otaylor>
Status: CLOSED DUPLICATE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: beta4CC: eng-asia-list, mharris, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-14 01:21:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 67218    
Attachments:
Description Flags
set G_BROKEN_FILENAMES for CJK locales none

Description David Joo 2002-07-31 05:45:04 UTC
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

Comment 1 Owen Taylor 2002-08-02 15:50:50 UTC
(Making public)

Comment 2 Owen Taylor 2002-08-13 23:20:22 UTC
*** Bug 69767 has been marked as a duplicate of this bug. ***

Comment 3 Paul Gampe 2002-08-14 01:18:16 UTC
Created attachment 70444 [details]
set G_BROKEN_FILENAMES for CJK locales

Comment 4 Paul Gampe 2002-08-14 01:21:43 UTC
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.

Comment 5 Owen Taylor 2002-08-14 02:45:27 UTC
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 ***