Re: Re[2]: [PHP] ANSI to ISO-8859-2

2008-09-22 Thread Per Jessen
Bc. Radek Krejca wrote: > PJ> ANSI is not a character set, it's a standards organisation. You > may PJ> have meant ASCII, and the string does look as if it could be > ASCII. > PJ> The sequences like &#xNNN are HTML-style symbolic entities. Take > a PJ> look at htmlentities(). > > This function

Re[2]: [PHP] ANSI to ISO-8859-2

2008-09-22 Thread Bc. Radek Krejca
PJ> ANSI is not a character set, it's a standards organisation. You may PJ> have meant ASCII, and the string does look as if it could be ASCII. PJ> The sequences like &#xNNN are HTML-style symbolic entities. Take a PJ> look at htmlentities(). This function encode strings, but I tried html_entit

Re[2]: [PHP] ANSI to ISO-8859-2

2008-09-19 Thread Bc. Radek Krejca
Hello, PJ> ANSI is not a character set, it's a standards organisation. You may PJ> have meant ASCII, and the string does look as if it could be ASCII. PJ> The sequences like &#xNNN are HTML-style symbolic entities. Take a PJ> look at htmlentities(). Yes, youre right, my mistake, of course that