ipad 的 Unicode 系统字体

发布于 2024-10-19 13:10:26 字数 154 浏览 2 评论 0原文

我想本质上创建一个带有中文的 uilabel 。我是否需要 unicode 字体?是否有可以在 iPad 上使用的系统字体?假设是这样,如果我想简单地对其进行硬编码(即使用 \u 类型的表示法),我是否需要查找转义字符来表示它?请假设我对 unicode 一无所知,正如这个问题可能暗示的那样。

I'd like to essentially create a uilabel with chinese on it. Do I need a unicode font for this, and is there a system font I can use on the iPad? Assuming so, would I need to look up the escape character to denote it if I wanted to simply hardcode it, ie use the \u type of notation? Please assume I'm pretty clueless about unicode, as this question probably implies.

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

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

发布评论

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

评论(1

独自唱情﹋歌 2024-10-26 13:10:26

对于这样的全球产品/系统,unicode 支持是一个非常基本的要求。 iOS 设备原生支持它,包括 unicode 字体和代码页。不需要为此付出额外的努力。

对于源文件中使用的 unicode 字符串文字(我假设这里也是 XCode),我还没有尝试过,但我的同事似乎对此没有问题。

您可以参考一些谷歌结果:

For a global product/system like this, unicode support is a very basic requirement. iOS device support it natively, including unicode fonts and codepages. No extra effort on this is needed.

For unicode string literals used in source files(I assume XCode here also), I haven't try yet, but my coworkers seems have no problem with it.

Some google results on this you can refer:

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