开发者

Unicode system fonts for ipad

I'd like to essentially create a uilabel with chinese on it. Do I need a unicode font for this,开发者_如何学C 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.


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:

  • http://www.cocoabuilder.com/archive/cocoa/97208-cant-use-utf-8-source-files-false-string-interpretation.html
  • http://www.cocoabuilder.com/archive/cocoa/224023-unicode-in-constant-nsstrings.html
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜