Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能不能在wiki里添加每个API支持的字符集? #12

Closed
ZUOXIANGE opened this issue Apr 24, 2018 · 3 comments
Closed

能不能在wiki里添加每个API支持的字符集? #12

ZUOXIANGE opened this issue Apr 24, 2018 · 3 comments

Comments

@ZUOXIANGE
Copy link

ZUOXIANGE commented Apr 24, 2018

不错的工具,做项目正好用到.我看代码里面现在是这样写的

        /// <summary>
        /// 获取单字拼音
        /// </summary>
        /// <param name="ch"></param>
        /// <returns></returns>
        public static String Get(Char ch)
        {
            if (ch >= 0x4e00 && ch <= 0x9faf) {

能添加一个具体说明注明每个API已经支持的字符集和计划支持哪些就更好了

@toolgood
Copy link
Owner

使用C#默认的字符串编码,UNICODE编码

@ZUOXIANGE
Copy link
Author

可能我的表述有误,我的意思是注明一下对这个编码表上的中文字符集的支持情况,虽然绝大多数情况下0x4e00到0x9fa5就够了

@toolgood
Copy link
Owner

好的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants