
Character
文章平均质量分 83
is2120
这个作者很懒,什么都没留下…
展开
-
Code Page Identifiers zz
//z 2011-12-20 4:55 PM IS2120@优快云 Note ANSI code pages can be different on different computers, or can be changed for a single computer, leading to data corruption. For the most consistent results原创 2011-12-20 16:50:42 · 724 阅读 · 0 评论 -
使用 string 的一些规则
使用 string 的一些规则 //z 2012-2-7 16:50:57 PM IS2120@优快云 · Use overloads that explicitly specify the stringcomparison rules for string operations. Typically, this involves calling amethod overl原创 2012-02-07 16:47:45 · 1242 阅读 · 0 评论 -
WCHAR and wchar_t 的区别 (zz)
//z 2012-6-28 16:31:32 PM is2120@csdn 在定义了unicode的情况下,wsprintf的格式字符串 c A single character. This sequence is interpreted as type WCHAR. C A single character. This sequence is interpret原创 2012-06-28 16:27:52 · 837 阅读 · 0 评论 -
fgetws 讀取Unicode文件 (zz.IS2120@BG57IV3)
//z 2012-11-22 18:48:32 IS2120@BG57IV3.T2690489747.K[T4,L45,R0,V24] fgetws 讀取Unicode文件 fgetws _fgetts 读取 中文 乱码 unicode 双字节 多字节 最近要讀取一個unicode文件做額外處理,但是透過 fgetws 去讀取檔案,利用WriteConsole顯示在console畫面原创 2012-11-22 18:45:55 · 2157 阅读 · 0 评论 -
windows c++ 比较字符串 不区分大小写
char *strstr( const char *str, const char *strSearch ); // C only char *strstr( char *str, const char *strSearch ); // C++ only const char *strstr( const char *str, const char *str原创 2014-04-18 17:40:42 · 7966 阅读 · 0 评论 -
windows 7 codepage id name 名称
[6220] 2,936,936 (ANSI/OEM - 简体中文 GBK) [6220] 2,10008,10008 (MAC - 简体中文 GB 2312) [6220] 2,936,936 (ANSI/OEM - 简体中文 GBK) [6220] 1,37,37 (IBM EBCDIC - 美国/加拿大) [6220] 1,437,437 (OEM - 美国) [原创 2014-05-23 15:17:19 · 2432 阅读 · 0 评论 -
WideCharToMultiByte
1. 了解下这个 API //z 2014-03-25 08:18:41 IS2120@BG57IV3 T3343244181.K.F1434403198[T1,L68,R2,V15] void UnicodeToAnsi(WCHAR *in, char *out, int cchout) { int len ; len = WideCharToMultiByte(C原创 2014-03-31 20:36:44 · 2686 阅读 · 0 评论 -
TCHAR 函数对照表
//z 2014-05-29 16:33:01 L.216'26819 BG57IV3 T2526097782.K.F2562195839[T3,L96,R3,V44] TCHAR 函数对照表 Generic-Text Routine Mappings Generic-text routine name SBCS (_UNICODE & MBCS not defined原创 2014-05-29 16:32:54 · 14621 阅读 · 0 评论 -
List of Virtual Key Codes
//z 2014-09-07 17:21:11 L.115'23929 BG57IV3@XCL T2556027922.K.F3248207396[T514,L51221,R355,V8940] List of Virtual Key Codes Following is a full list of VK codes that can be assigned to physical keys原创 2014-09-07 17:21:10 · 1457 阅读 · 0 评论