dbTalk Databases Forums  

Cyrillic characters

comp.databases.mysql comp.databases.mysql


Discuss Cyrillic characters in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Thomas 'PointedEars' Lahn
 
Posts: n/a

Default Re: Cyrillic characters - 03-31-2011 , 03:58 PM






Axel Schwenke wrote:

Quote:
R C Nesbit <spam (AT) ukrm (DOT) net> wrote:
Trying to import transactions from Ebay.
99% of stuff is UK, 1% is 'other' European languages, so French and
Spanish accented characters fail, as does Cyrillic.

The web solved this problem a decade ago by introducing an universal
encoding.
Incorrect, Unicode and encodings for it existed long before the Web:

<http://en.wikipedia.org/wiki/Unicode#History>

Quote:
They call it "unicode" (surprise, surprise!)
Unicode is _not_ an encoding, it is a standard for a character set and
several encodings for it (among them, UTF-8 which is most compatible,
supported by MySQL, and probably used by Ebay as well).

--
PointedEars

Reply With Quote
  #12  
Old   
Thomas 'PointedEars' Lahn
 
Posts: n/a

Default Re: Cyrillic characters - 03-31-2011 , 04:39 PM






R C Nesbit wrote:

Quote:
J.O. Aho spoke:
Saved to VarChar field in MySQL 5.1.31 doesn't work.
e.g. ?????????

Any clues as to how I can do this?

Check that the table is using a character setup which supports the
character setup that your crylic data is in?

See other post - 99% of the time is is standard ASCII (utf-8)
(US-)ASCII is _not_ UTF-8.

--
PointedEars

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.