VBA:Unicode 到 ASCII 的转换?

发布于 2024-12-07 12:44:06 字数 101 浏览 0 评论 0原文

我有一个 unicode 格式的字符串,我想将其转换为 ASCII 格式。如果字符不在 ASCII 范围内,则应将其转换为最接近的英文字母。例如“Ǎǎǵǩşşşşş”到“Aagkzro”。

I have a string that is in unicode format that I want to convert to ASCII format. If the character is not in the ASCII range, then it should be converted to the closest English letter. For example "Ǎǎǵǩȥȑȍ" to "Aagkzro".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烈酒灼喉 2024-12-14 12:44:06

快速进行网络搜索后,找到了以下链接 这部分适用于您的示例。

但是,有些代码 (ǵ) 只会返回问号。在这些情况下,您需要专门检查该值并将其转换为您期望的值。

A quick web search pulled up the following link which partially works for you example.

However, there are codes (ǵ) which will just return a question mark. In these cases, you will want to check for that value specifically and convert it to what you're expecting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文