Tag: delphi 汉字转拼音预览模式: 普通 | 列表

delphi把汉字转换为拼音

function ChineseCharToPinyin(w: WideString): string;
var
vGuid: TGUID;
vFELanguage: IFELanguage;
vError: Integer;
vCaps: DWORD;

查看更多...

Tags: delphi 汉字转拼音

分类:技术文章 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 785