Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > ... oh, I see there's a table in initdb.c > > > Are we supposed to add entries to it, one for each country? I'm > > wondering if we should try to match the part before the _ using just the > > language, if the complete match fails. (i.e. match "es_CL" using just > > "es", "fr_CA" using just "fr", etc). > > Actually, looking at the examples so far, I'm thinking we should just > consider the string up to the first _, period.
I found that there is an ISO spec for "cultural elements", ISO/IEC 15897, a working draft for which can be found at http://www.open-std.org/jtc1/sc22/open/n3586.pdf Chapter 13 talks about naming of locales. I think glibc is supposed to follow this standard. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq