-
Archives
- February 2012
- January 2012
- December 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- January 2009
- November 2008
- September 2008
- August 2008
- July 2008
- March 2008
- February 2008
- January 2008
-
Meta
Tag Archives: i18n
Number format by country
Source: International Number Formats Format Country 1,234.56 – Invariant Language (Invariant Country) ar-SA – Arabic (Saudi Arabia) zh-TW – Chinese (Taiwan) en-US – English (United States) he-IL – Hebrew (Israel) ja-JP – Japanese (Japan) ko-KR – Korean (Korea) th-TH – … Continue reading
Currency Internationalization (i18n), Multiple Currencies and Foreign Exchange (FX)
Currency Internationalization (i18n), Multiple Currencies and Foreign Exchange (FX)
Multibyte PHP Functions
Source: Using Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc) The following list details the PHP string functions which could cause problems when handling multi-byte strings. The multi-byte safe alternative is given when available: mail() Try mb_send_mail() instead. strlen() Try mb_strlen() instead. strpos() Try mb_strpos() instead. … Continue reading
PHP i18n using gettext
Localizing PHP web sites using gettext Setup i18n gettext in your PHP application Benchmarking PHP Localization – Is gettext fast enough?