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