在文本字段 As3 中写入 UTF-8 字符
我有一个适用于英语语言的文本文件(输入类型)。如果我在系统托盘中更改为不同的区域设置,我将无法将任何文本写入文本字段。
如何为 TextField 启用此功能或将其与 swf 中的区域设置/语言支持相关联?
I have a textfiled (input type) which works with English lang. If I change to different locale in the system tray I am not able to write any text into the textfiled.
How can I enable this capabilty to the TextField or this is connected with locale/Language support in the swf?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 flash IDE 中,文本字段属性下有一个嵌入按钮。打开该窗口并添加字符范围,并将您想要存在的特殊字符添加到“还包括这些字符:”字段。
In flash IDE, there is an embed button under textfield properties. Open that window and add character range and add the special character that you want to exist to the "also include these characters:" field.