ipad 的 Unicode 系统字体
我想本质上创建一个带有中文的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于这样的全球产品/系统,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: