TIA,
Bernhard Enders.
Those are not ASCII characters!
> The problem arises when I echo this variable: the
> accented characters are messed up. And not only accented characters, for
> example, the special characters ª is printed as ª. What can I do to
> correct this issue?
Output the contents of the (not ASCII) text file using the same
character encoding that was used to create the file.
> I have tried, without success, to use the 'setlocale'
> command.
You may be able to read whatever encoding was used for the file and
convert it:
http://www.php.net/iconv
http://www.php.net/mbstring
http://www.php.net/recode
Happy Coding :-)
--
USENET would be a better place if everybody read: | to mail me: simply |
http://www.catb.org/~esr/faqs/smart-questions.html | "reply" to this post, |
http://www.netmeister.org/news/learn2quote2.html | *NO* MIME, plain text |
http://www.expita.com/nomime.html | and *NO* attachments. |