[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: french character use



At 15:29 06/12/2000 +0100, Philippe Delrieu wrote:
I've created new attriute of syntax UTF-8 string  but when I want to
store string with é, ù, ... charecter
I have an error containt invalid data.

What is the best syntax to store what ever latin characters ?

I think that you have to UTF8-encode/decode your data yourself... with php4, that the way I use - see utf8_encode() / utf8_decode() - pjluc