Log in

View Full Version : A way to make characters available


Xius
04-15-2009, 07:11 PM
So the script prevents most non-alphabetic characters from being used, so how do I make it so characters like é and ö work?

BMR777
04-15-2009, 07:35 PM
Work where, for adoptable names or for usernames?

A lot of non-alphabetic are prohibited in names for security and usability reasons. They can also screw things up if the user is using the wrong database encoding, which is why they are filtered in some places.

Xius
04-16-2009, 09:42 AM
Oh! I didn't even think about SQL reading them crazily.
Oh well, thanks. :D