以前写程序都不太注意UNICODE问题,因为做的东西基本上都是在固定的平台上跑,而一般的函数用char传递字符串都没有问题。 这几天写程序遇到一个函数调用,居然只支持wchar_t的宽字符,就在程序里面写了不少wchar_t的字符串定义。写着写着就发现这样的代码太难看了,一会儿char,一会儿wchar_t的,乱。于是就返工,把他们都改成了TCHAR,并且定义了全局宏UNICODE(或者_UNIC… more →
Command Not Foundapricotbaby wrote 1 week ago: When there are user requirements on localizations, we always refer to the user interface or client-s … more →
Miq wrote 3 months ago: Most developers already struggled with textual data from some third party system and getting garbage … more →
Dan wrote 5 months ago: User CSSCAN & CSALTER. See here … more →
Joe Devon wrote 9 months ago: The move from PHP 5 to PHP 6 will be a painful one. But once it’s done, I hope that it will be … more →
igazga wrote 9 months ago: /* ** ฟ 0E1F -> E0B89F , ห 0E2B -> E0B8AB ** ก 0E01 -> E0B881 , ด 0E14 -> E0B894 ** … more →
loadaveragezero wrote 11 months ago: I used the following methods to convert my server to UTF-8, using standard Ubuntu packages, eg mysql … more →
vailo wrote 1 year ago: IMPORTANT! Both the Database Class and Record Class has already been updated with newer versions! On … more →
bluejay002 wrote 1 year ago: Unlike English text, Japanese text behaves differently. It is because Japanese characters itself is … more →
psweatte wrote 1 year ago: Here’s a good article on using .htaccess for simple webmaster optimizations, such as redirects … more →
adnanrafe wrote 1 year ago: It took a while for me to understand that you can actually send multilingual characters in Subject o … more →
noborujs wrote 2 years ago: Depois de testar o manDVD e o devede e muito sofrer para as legendas em português aparecerem com tod … more →
martinz wrote 2 years ago: I have problems with reading chinese characters on my site, it appears something like this “?? … more →
fileformat wrote 2 years ago: I use JCharset to get some additional character sets, including UTF 7 and GSM DEFAULT. While it was … more →
lihui wrote 2 years ago: 以前写程序都不太注意UNICODE问题,因为做的东西基本上都是在固定的平台上跑,而一般的函数用char传递字符串都没有问题。 这几天写程序遇到一个函数调用,居然只支持wchar_t的宽字符,就在程序里 … more →
lihui wrote 3 years ago: 这段时间以来(大约一周前),Great FireWall(简称GFW)对blogspot解封,于是我重拾以前的帐号,玩起了blogger,并且已经关闭了我在live space的空间。 … more →
ywarnier wrote 4 years ago: This article was first written in June 2005 for the BeezNest technical website (http://glasnost.beez … more →