iPhone - UITextField 中的中文和日文

发布于 2024-08-13 05:41:21 字数 101 浏览 5 评论 0原文

我想确保我编写的一些代码可以很好地处理中文和日文字符。我尝试将 iPhone Simulator 语言更改为中文和日语,但 UITextFields 的字符集似乎没有更改。你是怎么做到的?

I want to make sure some code I've written works well with Chinese and Japanese characters. I tried changing the iPhone Simulator language to Chinese and Japanese, but it doesn't look like the character set for the UITextFields change. How do you do that?

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

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

发布评论

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

评论(2

有深☉意 2024-08-20 05:41:21

我遇到了相同(或类似)的问题(UITextField 中没有出现中文/日文键盘,即使它们在设置中启用,而其他键盘(例如法语)却出现了)。

最终我发现我已将 KeyboardType 属性设置为 UIKeyboardTypeAlphabet。注释掉这一行会导致非拉丁键盘按预期显示。

I have come across the same (or similar) issue (chinese/japanese keyboards do not appear for UITextField even though they are enabled in settings whilst others, such as french, do appear).

Eventually I discovered that I had set the KeyboardType property to UIKeyboardTypeAlphabet. Commenting out this line caused the non-latin keyboards to show as expected.

最好是你 2024-08-20 05:41:21

转到设置>一般>国际>键盘以启用日语键盘。

Go to Settings > General > International > Keyboards to enable the Japanese keyboard.

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