ppalacio has asked for the wisdom of the Perl Monks concerning the following question:
We have an AIX server, where we have perl programs that manage conversion from UTF-8 to ISO-8859-2. We use the Text::Iconv to convert UTF-8 to hungarian characters.
So, the problem is that conversion. For example the result we got is the following:
After do a search , we get the results in XML format, after that a perl program takes it and does the conversion to HTML.
So, each title result in hunagarian language is shown. For example:
<TITLE>IBM Magyarország - ÁlláslehetÕségek </TITLE>
The only BAD Character is when the Õ is shown as a square:
<TITLE>IBM Magyarország - Álláslehetségek</TITLE>
However, I think the problem is the OS, or the Text::Iconv perl module.
Edit by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: UTF-8 to ISO-8859-2
by tye (Sage) on Oct 23, 2001 at 22:47 UTC |