mb_convert_encoding shift-jis > utf8 problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dantium
Forum Newbie
Posts: 1
Joined: Thu Mar 30, 2006 10:02 pm

mb_convert_encoding shift-jis > utf8 problems

Post by dantium »

I am converting shift-jis data to utf8 using mb_convert_encoding this is working for most characters, however certain characters such as roman numerals: are not being converted correctly and are output as: ?

I am unable to use the iconv function as this is not supported by my host.

Does anyone have a solution to this or any guidance?

Any help would be appreciated.

Thanks

Dan
Post Reply