FLEX本地化文件的编码

偶遇介绍FLEX本地化的实现的教程,以前编写的程序没有这方面的需求,刚好借此机会学习一下。
教程再辅以FLEX的帮助,实现简易的本地化还是比较容易的。
中间碰到个问题不得不提一下,是关于本地化.properties文件的编码的。
教程上指出中文要以utf-8编码,于是将文件用记事本保存为了utf-8编码。
但是FLEX一直提示出错:
“characters which are not supported by the ISO-8859-1 character encoding”

最后终于明白了,要在FLEX中修改文档编码:

apply之后一切正常了 :)

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">