C 下提取漢字首字的拼音首字母並相容英文與數字

2021-04-19 10:03:13 字數 1030 閱讀 5840

//c#下提取漢字首字的拼音首字母並相容英文與數字

public static string cvt(string str)

else

}else if (str.compareto("八") < 0)

else if (str.compareto("嚓") < 0)

else if (str.compareto("咑") < 0)

else if (str.compareto("妸") < 0)

else if (str.compareto("發") < 0)

else if (str.compareto("旮") < 0)

else if (str.compareto("鉿") < 0)

else if (str.compareto("譏") < 0)

else if (str.compareto("咔") < 0)

else if (str.compareto("垃") < 0)

else if (str.compareto("嘸") < 0)

else if (str.compareto("拏") < 0)

else if (str.compareto("噢") < 0)

else if (str.compareto("妑") < 0)

else if (str.compareto("七") < 0)

else if (str.compareto("亽") < 0)

else if (str.compareto("仨") < 0)

else if (str.compareto("他") < 0)

else if (str.compareto("哇") < 0)

else if (str.compareto("夕") < 0)

else if (str.compareto("丫") < 0)

else if (str.compareto("帀") < 0)

else if (str.compareto("咗") < 0)

else

}

提取漢字拼音的首字母

這個能取大部分漢字的首字母,但還不全,有些unicode的漢字是取不到的,要想取到所有漢字的首字母,最好是能做乙個unicode漢字和拼音的對照表,通過對照表查.gb2312標準共收錄6763個漢字,其中一級漢字3755個,二級漢字3008個 同時,gb2312收錄了包括拉丁字母 希臘字母 日文平假...

提取漢字拼音的首字母

這個能取大部分漢字的首字母,但還不全,有些unicode的漢字是取不到的,要想取到所有漢字的首字母,最好是能做乙個unicode漢字和拼音的對照表,通過對照表查.gb2312標準共收錄6763個漢字,其中一級漢字3755個,二級漢字3008個 同時,gb2312收錄了包括拉丁字母 希臘字母 日文平假...

MFC下的漢字串拼音首字母提取

根據中文漢字,得到該漢字字串的拼音首字母串。例如,北京大學 就應該得到 bjdx 因此寫了乙個c 類來實現此功能,以方便以後程式設計使用。在此跟大家一起分享 hztopy.h pragma once class chztopy hztopy.cpp include stdafx.h include ...