On Mon, 14 Aug 2006 21:08:16 +0200 Robert Cernansky <[EMAIL PROTECTED]> wrote:
> Hello, > > I have problem with non utf-8 messages (e.g. iso-8859-1, > iso-8859-2). They are not displayed correctly; indeed, they are not [...] > I think this is because messages are treated always as UTF-8 regardles In the meantime I figured out that it have somehing to do with LC_* envonment variables. Normally I have set LC_COLLATE=sk_SK.utf8 and LC_CTYPE=sk_SK.utf8. In this case all messages are treated like UTF-8 (only UTF-8 messages are displayed correctly). When I set LC_COLLATE=sk_SK and LC_CTYPE=sk_SK, the ISO-8859-2 mesages are displayed correctly and UTF-8 messages are displayed incorrectly. When I unset both mentioned LC_* variables (i.e. none of LC_* or LANG is set) both UTF-8 and ISO-8859-2 messages are displayed incorrectly. Kind regards Robert -- Robert Cernansky E-mail: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
