?? u_cncode.pas
字號:
unit U_Cncode;
{
GB2312/BIG5 convert unit for Delphi 3,4,5,6,7
ver 1.01
By Tom Lee 1997/9/5
E-Mail Address : Tomm.bbs@csie.nctu.edu.tw
It is Freeware !
}
interface
uses SysUtils;
function GBtoBIG5(value: string): string; //虜鑼羉
function BIG5toGB(value: string): string; //羉鑼虜
function isGB(value: string): Boolean; // IS 虜砰
function isBIG5(value: string): Boolean; // IS 羉砰
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -