![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Web developer | MySQL Unicode problem with armenian May be this topic was discussed, whatever I have very urgent question concerning armenian text saving into MySQL database. I've tested some texts and still found the following errors on some letters: 1. Armenian "S" is saving as armenian "t" 2. Armenian "c" is saving as "`" MySQL v. 4.1.10a, PHP 5 Who can help? and the other question is... I didn't work with armenian texts so much, if I change the mysql version to lower to avoid any collations and encodings and save the data in armscii, can I organize ordering by letters and correct string comparison? |
| | |
| | #2 | |
| Banned | Quote:
| |
| | |
| | #3 |
| Web developer | It works on lower versions than 4.1, but the ordering is not working there... I use 4.1.10a, not upgrading to 4.1.11, will see... |
| | |
| | #4 |
| Web developer | Sample table dump: --- CREATE TABLE `sector` ( `ID` int(11) NOT NULL auto_increment, `Code` varchar(50) collate utf8_bin NOT NULL default '', `Location` varchar(250) collate utf8_bin NOT NULL default '', `Tel` varchar(50) collate utf8_bin NOT NULL default '', UNIQUE KEY `ID` (`ID`), UNIQUE KEY `Code` (`Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=16 ; --- mi.ini file is in attachment |
| | |
| | #5 |
| Web developer | Try to insert in armenian unicode "Cucak" and "Sebastia" |
| | |
| | #6 |
| Banned | I just tried it again and it worked. Showing rows 0 - 0 (1 total, Query took 0.0003 sec) SQL-query: SELECT * FROM `sector` LIMIT 0 , 30 ID Code Location Tel 1ՑուցակՍեբաստիա666 Last edited by Forever Child : Feb 11, 2006 at 21:05. |
| | |
| | #7 |
| Web developer | v. of your database is < 4.1 |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Journey to Artsakh by Abba Seraphim and Father Simon Smyth | HOB | History and Politics | 2 | Oct 18, 2007 02:21 |
| There's no genocide in war but losers and winners | OTTOMAN | History and Politics | 10 | May 7, 2005 15:07 |
| Recognition | neMarina | News | 1 | Apr 18, 2005 09:20 |
| armenian isp in usa ;) | Aram Hambardzumyan | Fun | 3 | Jun 26, 2003 15:52 |
| Armenner.com : Preliminary Redesign | Armenianvip.com | Web sites | 0 | May 30, 2002 13:37 |