Making text look the same

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
nmotion
Forum Commoner
Posts: 32
Joined: Wed Jan 22, 2003 6:53 am

Making text look the same

Post by nmotion »

I have a system where a lot of different people submit articles to a web site in a PHP admin adding to a MySql database. They use various word processors and copy-n-pate from them. Is there a way I can covert the text to UNICODE TEXT so I make sure that all special characters look the same ?
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Post by Jade »

Dunno if this will help or not but...

http://www.php.net/manual/tw/function.b ... odeset.php


Have fun...
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Here we go.
Post Reply