将 ISO8851 文本文件加载到 TextField()
如何从 Flex 将 .txt ( ISO8859-1 ) 文本文件加载到 TextField() ? 文件与 .SWF 文件位于同一文件夹中
How can I load .txt ( ISO8859-1 ) text file to TextField() from flex? file is located in same folder with .SWF file
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从此处删除了旧帖子,请参阅历史记录以了解详细信息。
我为您找到了答案。 好消息:不需要 PHP 魔法! 操作方法如下:
您需要用适当的编码替换“iso-8859-1”。 您可以在此处找到有效编码列表。
Deleted old post from here, see history for details.
I found the answer for you. Good news: no need for PHP magic! Here's how to do it:
You need to substitute "iso-8859-1" with the appropriate encoding. You can find the list of valid encodings here.