如何使用挪威语iPhone?

发布于 2024-09-02 06:30:13 字数 65 浏览 3 评论 0原文

我如何使用挪威字符在我的应用程序的 UILabel 中显示它们。

如果我直接使用它,它会显示垃圾值。

How can i use Norwegian characters to show them in UILabel in my application.

if i use it directly it shows garbage value.

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

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

发布评论

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

评论(1

莫言歌 2024-09-09 06:30:13

角色应该有效。我正在使用 UILabel,它从 nib 文件加载到 ViewController 的视图中。当我使用以下代码设置文本时,该标签适用于 Times New Roman 和 Palatino(可能还有其他字体): [myLabel setText:@"ÆØÅ æøå"]; 。我会尝试直接复制并粘贴该行,看看会发生什么。

我猜想您是从某个地方获取字符,而该处的表示在 NSString 术语中不太正确。我从 维基百科 获取这些内容。 (我不会说挪威语,所以我不确定您是否需要其他非英语字母字符 - 据我所知,这些是唯一的字符。)

The characters should work. I'm using a UILabel which loads from a nib file into the view of a ViewController. The label works in Times New Roman and Palatino (and presumably other fonts) when I set the text with the following code: [myLabel setText:@"ÆØÅ æøå"]; . I would try copying and pasting that line directly and see what happens.

I would guess that you're getting your characters from somewhere whose representation is not quite right in NSString terms. I grabbed these from Wikipedia. (I don't speak Norwegian so I'm not sure if you need other non-English alphabet characters - as far as I could see these were the only ones.)

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