Re: i18n support

2007-03-26 Thread Michael B Allen
No one has an answer for this? On Sun, 25 Mar 2007 15:09:42 -0400 Michael B Allen [EMAIL PROTECTED] wrote: Hello, I have a module that calls a number of libraries that need to run under a locale other than 'C'. What are Apache's limitations with respect to the locale it runs under? I

Re: i18n support

2007-03-26 Thread William A. Rowe, Jr.
I know of no restrictions on a unix-like system that would interfere with choosing any arbitrary charset. Your post doesn't actually describe what problem you observed after setting LANG=de_DE.ISO-8859-1. Michael B Allen wrote: No one has an answer for this? On Sun, 25 Mar 2007 15:09:42

Re: i18n support

2007-03-26 Thread Michael B Allen
On Mon, 26 Mar 2007 12:36:05 -0500 William A. Rowe, Jr. [EMAIL PROTECTED] wrote: I know of no restrictions on a unix-like system that would interfere with choosing any arbitrary charset. Your post doesn't actually describe what problem you observed after setting LANG=de_DE.ISO-8859-1. The

Re: i18n support

2007-03-26 Thread Michael B Allen
On Mon, 26 Mar 2007 14:00:52 -0400 Michael B Allen [EMAIL PROTECTED] wrote: On Mon, 26 Mar 2007 12:36:05 -0500 William A. Rowe, Jr. [EMAIL PROTECTED] wrote: I know of no restrictions on a unix-like system that would interfere with choosing any arbitrary charset. Your post doesn't

Re: i18n support

2007-03-26 Thread Joe Orton
On Mon, Mar 26, 2007 at 02:26:28PM -0400, Michael B Allen wrote: However, from searching the archives I recall some comments that it was perhaps inappropriate to use anything but the C locale because globally changing the locale might yield non-determinisitic behavior. Is that true? Or is it

Re: i18n support

2007-03-26 Thread Michael B Allen
On Mon, 26 Mar 2007 20:27:17 +0100 Joe Orton [EMAIL PROTECTED] wrote: On Mon, Mar 26, 2007 at 02:26:28PM -0400, Michael B Allen wrote: However, from searching the archives I recall some comments that it was perhaps inappropriate to use anything but the C locale because globally changing

i18n support

2007-03-25 Thread Michael B Allen
Hello, I have a module that calls a number of libraries that need to run under a locale other than 'C'. What are Apache's limitations with respect to the locale it runs under? I see that setting LANG=en_US.UTF-8 in Apache's environment works but LANG=de_DE.ISO-8859-1 does not. I understand that

Apache i18n support

2003-03-07 Thread Juan Rivera
Has anybody looked into internationalizing Apache 2? There are a couple of areas like: Messages Error pages Multibyte/Unicode support Anything else? Is this in the roadmap for Apache? What are the caveats of doing it? Juan