
ES2 mudlib - FF extension v0.6c 函式說明書

程式: /adm/simul_efun/chinese.c

string chinese_number( int i )

	呼叫 /adm/daemons/chinesed.c 的 chinese_number() 函式, 把整數
	轉換成中文數字的字串.

string to_chinese( string str )

	呼叫 /adm/daemons/chinesed.c 的 chinese() 函式, 使用內部儲存的
	中英對照表把英文轉成中文.

int is_chinese( string str )

	利用字串的第一個位元是否大於 160, 判斷此字串是否為中文.

	(以下兩行為 swinger of Celestail Empire US 補充) 
	第一個位元在 161~163 是用作為全型符號的編碼. 如希望系統在判斷時,
	不會把全型符號也算是中文字, 可把 160 改為 163.

Spock of The Final Frontier	98.Sep.18.
