在開發中,有時會遇到中文漢字轉換成拼音的情況,例如通過錄中,這時就要使用第三方jar包,即pinyin4j.jar。
/**
* 輸出格式
* * @return
*/private static hanyupinyinoutputformat getdefaultoutputformat()
/**
* 將中文轉換成拼音
* * @param 拼音
* -漢字
* @return
*/public static string getpinyin(string zhongwen)
throws badhanyupinyinoutputformatcombination else
}return zhongwenpinyin;
}
中文轉拼音
中文轉拼音的類c 實現 code using system using system.collections.generic using system.text using system.collections endregion 獲得漢字的拼音,如果輸入的是英文本元將原樣輸出,中文標點符號將被忽略...
Flex中文轉拼音
package return ret param char unicode格式的乙個中文字元 return 中文字元的聲母 example var chinesechar string 我 var py string convert.convertchar chinesechar trace py ...
iOS 中文轉拼音
cfstringtransform 這篇文章後,發現系統本身已經提供了乙個這樣的函式。ios在corefoundation中提供了cfstringtransform函式,但在foundation中卻沒有相對應的方法。它的定義如下 boolean cfstringtransform cfmutable...