开发者

How do I add a copyright symbol to a string?

开发者 https://www.devze.com 2023-01-13 23:53 出处:网络
I\'d like to add a copyright symbol in part of a UITableView foote开发者_如何学Cr.How do I place this symbol within a string in my application?[NSString stringWithFormat:@\"Copyright \\u00A9 2010\"]

I'd like to add a copyright symbol in part of a UITableView foote开发者_如何学Cr. How do I place this symbol within a string in my application?


[NSString stringWithFormat:@"Copyright \u00A9 2010"]

This solved my problem


http://blog.ablepear.com/2010/07/objective-c-tuesdays-unicode-string.html

Same approach as any other framework/programming language that doesn't have UTF source files.

0

精彩评论

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