  | | | Problems Printing the Euro Symbol | Problems Printing the Euro Symbol 2006-02-10 - By Tom Sightler
Back On Thu, 2006-02-09 at 21:35 -0700, Craig White wrote: > a shot in the dark... > > RHEL 4 > # cat /etc/sysconfig/i18n > LANG="en_US.UTF-8 (See http://UTF-8.ora-code.com)" > SUPPORTED="en_US.UTF-8 (See http://UTF-8.ora-code.com):en_US:en" > SYSFONT="latarcyrheb-sun16" > > RHEL 3 > # cat /etc/sysconfig/i18n > LANG="en_US" > SUPPORTED="en_US:en" > SYSFONT="lat0-sun16" > SYSFONTACM="iso01"
Are you sure that the RHEL 3 system that you pulled that from wasn't an upgrade from 2.1 or something? I've checked all of our systems that were initially installed with RHEL3 and they look like this:
# cat /etc/sysconfig/i18n LANG="en_US.UTF-8 (See http://UTF-8.ora-code.com)" SUPPORTED="en_US.UTF-8 (See http://UTF-8.ora-code.com):en_US:en" SYSFONT="latarcyrheb-sun16"
Which is exactly identical to our RHEL4 systems. We do have a few older systems that were upgraded from RHEL2.1 which have a config pretty much identical to what your showing for RHEL3, but these are not the systems on which we are having the problem (well, technically they probably have the problem as well, but they're simply not the systems that have this requirement).
I think the problem is something to do with the client character set that is being sent as part of the request. I did an strace on lp running on the RHEL3 box and it sets "attribute-charset" to ISO8859-1. The same command run on a RHEL4 box still sends this attribute-charset, but also sends the "Content Type: utf-8 (See http://utf-8.ora-code.com)" during the transfer.
I'll try forcing the attribute-charset to utf-8 (See http://utf-8.ora-code.com) from the command line tomorrow and see what happens.
Thanks.
Later, Tom
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |