Bug 16421

Summary: Locale not supported by C library
Product: [Retired] Red Hat Linux Reporter: fleury
Component: gtk+Assignee: Owen Taylor <otaylor>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-17 15:31:05 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:

Description fleury 2000-08-17 09:16:04 UTC
Hi,

I recently installed pinstripe on my main computer and I noticed some "non
lethal bugs".

I set the local to french (LANG=fr, LC_ALL=fr, LANGUAGE=fr, etc). I noticed
that all the accents are replaced by "?".

The error message seems to be: Gdk-WARNING ** : locale not supported by C
library

Is it possible to do something?

Comment 1 Owen Taylor 2000-08-18 22:25:11 UTC
The C library doesn't have a fr locale. It only has locales
fr_FR, fr_CA, fr_BE, and so forth. So you need to select one 
of these locales.


Comment 2 fleury 2000-08-21 08:19:35 UTC
It works fine!

Thanks.