如何将指定字体 ASCII 转换为 Unicode?

发布于 2024-12-10 16:20:51 字数 183 浏览 0 评论 0原文

任何人都可以知道如何将指定的 FONT ASCII 转换为 UNICODE 吗? 我有一种情况,我需要这样做.. 即,如果我指定“Tahoma”作为字体,它应该将 Tahoma 字体中的所有字符 ASCII 转换为 UNICODE 数据。

请帮助我。 我搜索了很多。到处都是普通 ASCII 到 Unicode 的转换,而不是指定字体。

Can anyone have an idea about how to convert specified FONT ASCII to UNICODE?
I have a situation where I need to do it like this..
ie if im specifying "Tahoma" as font it should convert all the character ASCII which is in Tahoma font to UNICODE data.

Please help me in this.
I searched a lot.. Everywhere it is only conversion of normal ASCII to Unicode not with specified font..

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

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

发布评论

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

评论(1

一生独一 2024-12-17 16:20:51

Unicode 仅仅代表一个字符,而不是由字体名称定义的字符的样式

因此,字母 ABC £ $ 等都是 ASCII 和 Unicode 字符。

如果您希望用户能够在 Web 应用程序中输入具有特定字体样式的文本,则需要使用“富文本”或“HTML”编辑控件。

Unicode merely represents a character - not the style of the character, which is defined by the font name.

So, the letters A B C £ $ and suchlike are all ASCII and Unicode characters.

If you want to make it possible for your users to enter text that is styled with a particular font in a Web application, you'll need to use a "rich text" or "HTML" editing control.

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