static
void main(string args)
////// 在指定的字串列表cnstr中檢索符合拼音索引字串
//////
漢字字串
///相對應的漢語拼音首字母串
public
static
string
getspellcode(string cnstr)
return strtemp;
}///
/// 得到乙個漢字的拼音第乙個字母,如果是乙個英文本母則直接返回大寫字母
//////
單個漢字
///單個大寫字母
console.writeline("utf8句子拼音:");
foreach (string s in maxims)
\n拼音:\n", s, pinyin.getpinyin(s));
}encoding gb2312 = encoding.getencoding("gb2312");
console.writeline("gb2312拼音簡碼:");
foreach (string m in medicines)
\n簡碼:\n", s, pinyin.getinitials(s, gb2312));
此上的原**在:
獲取漢字的首字母和全拼
獲取漢字的首字母和全拼 public class chinesecode set 漢字的首字母 public string entxt set 構造方法 public chinesecode 構造方法,獲取漢字首字母拼音 public chinesecode string txt 獲取漢字的首字母 ...
獲取漢字拼音首字母
有個專案需要用到生成漢字的首字母,但從網上查了一下,對於多音字的處理都不是很好,所以就利用pinyin4j這個工具包自己寫了乙個。用到的jar包是pinyin4j 2.5.0.jar 獲取拼音首字母,多音字用逗號隔開 public static string getfirstspell string...
獲取漢字拼音首字母
unit py inte ce uses sysutils 獲取漢字的拼音首字元,這個函式將用在getpyindexstr 中.function getpyindexchar strchinese string bupcase boolean true char 獲取多個漢字的拼音首字元組成的字串....