|
Re: Extended letters in user names [message #39080 is a reply to message #39075] |
Tue, 25 September 2007 18:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
All those chars are generally encoded into relevant HTML entities. I suppose if your charset in the browser is UTF8 you could enter that into the user name and have the value be accepted.
FUDforum Core Developer
|
|
|
Re: Extended letters in user names [message #39106 is a reply to message #39080] |
Fri, 28 September 2007 02:54 |
Marticus
Messages: 272 Registered: June 2002
Karma: 1
|
Senior Member |
|
|
I have a value of VÃe and I want to convert it to V& #237;e, the html entity for Víe, to compare it with another value, that which is stored in fud's database. utf8_decode converts it to Víe, but I want to convert the í to the html entity & #237;. Any thoughts on this?
|
|
|
|
|
|