Unicode problem

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
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

Unicode problem

Post by devendra-m »

when I display unicode value in php it is working fine but when I insert the same value in the database(oracle), fetch the value from database and display it in php it shows wrong value.


i inserted the value मकाबका

when i fetch i get the value मिाबिा
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Post by jeffery »

what is the collation of the database, table and fields ?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

try to keep everything in UTF-8
Post Reply