If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > strang problem with form [with non english chars]

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-04, 17:12
cooc cooc is offline
Registered User
 
Join Date: Aug 2004
Posts: 4
strang problem with form [with non english chars]

Hi!

i have a small 'interesting' issue,
there are users from several countries, that uses their own languages when registering to my site & filling the registration form. the problem is that their details somehow tranlated into some html code/ascii code or whatever [i attached a screenshot from the country row in the DB for example] & when a user enter a country name into the search box [to find users under that country], nothing is found... [you have to enter this code if you want to find it...]hmmmm
Attached Images
File Type: jpg test-row-textBecomeCode.jpg (16.8 KB, 26 views)
Reply With Quote
  #2 (permalink)  
Old 08-30-04, 14:52
bookmal bookmal is offline
Registered User
 
Join Date: Feb 2004
Posts: 4
This is not MySQL problem per se. That particular entry is in unicode but your application doesn't write raw unicode to database but converts them to HTML representation in style of &#DDDD; That part in your screenshot is actually: שלו

You either should store raw unicode in database or convert search string same way as initial input. MySQL itself doesn't have problems with either storing or searching in unicode.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On