Re: Problem with special chars.
[email protected] (Erfan Shirazi)
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
I have tried every encoding which could be found in: http://www.php.net/manual/en/ref.mbstring.php But nothing seems to work, I don't have any problems displaying the funny chars in the browsers, there are some encodings which works fine for that, the problem is when I save it to a file using fwrite(). Michael Wallner wrote: > Hi Erfan Shirazi, you wrote: > > >>Does anybody now what I can do in order to make the string into capital >>letters, be able to save it to a file and looking as it should look, >>that is: Asunción and not ASUNCIÓN? > > > 1. Specify the charset the string is in http://php.net/mb_strtoupper > 2. Specify the charset you are using in your HTML page > > Regards,