文件名称:delphi 中文简体转中文繁体
文件大小:776KB
文件格式:RAR
更新时间:2021-03-26 05:40:59
delphi 中文简体 转中文繁体
delphi 中文简体转中文繁体 function GB2Big(GB: string): string; var Len: Integer; begin Len := Length(GB); SetLength(Result, Len); LCMapString(GetUserDefaultLCID, LCMAP_TRADITIONAL_CHINESE, PChar(GB), Len, PChar(Result), Len); end;
【文件预览】:
Readme-说明.htm
cp_convert1.006.exe