onPHP5.com

PHP5: Articles, News, Tutorials, Interviews, Software and more
  
Featured Article:
Learning PHP Data Objects
 
 
Thu, 24 Jul 2008
 Home   About   Contribute   Contact Us   Polls  RSS feed-icon-10x10.gif
Top Tags
article codeigniter conference mysql namespaces news onphp5 oop php5 poll prado security simplexml solar symfony unicode zend zend core zend framework zend platform
More tags »

Not logged in
Login | Register


Articles: unicode

What Our Users Are Saying

dennisp (editor) on Sorting Non-English Strings with MySQL and PHP (Part 1)
Friday, 11 April 2008, 16:53
To #4 Have you ensured that the user data comes in the same charset as... more »

musy on Sorting Non-English Strings with MySQL and PHP (Part 1)
Thursday, 10 April 2008, 13:54
i get good result when i say; select * from table_name; but when i select... more »

dennisp (editor) on i18n with PHP5: Pitfalls
Sunday, 28 October 2007, 13:51
Looks like the new intl extension that is going to be compatible with PHP5 (see... more »

SimpleXML, DOM and Encodings

By dennisp | views: 7103 | on Sunday, 18 November 2007, 22:13

This is a short article that might be of interest to those who work with XML and HTML documents in different encodings using PHP5's SimpleXML and DOM extensions

i18n with PHP5: Pitfalls

By dennisp | views: 8074 | comments: 3 | on Wednesday, 14 March 2007, 17:00

PHP5 inherited the PHP4's localization support that is far from being perfect. This article pinpoints the commonest problems of localization in PHP as well as gives some tips on working around them

Sorting Non-English Strings with MySQL and PHP (Part 1)

By dennisp | views: 5169 | comments: 5 | on Monday, 15 January 2007, 22:57

When it comes to storing textual data in a database and then sorting them alphabetically, many developers face a common problem - the database won't sort strings in their language. This short series is an advice that may suit almost all needs.



© 2008 onPHP5.com