[
https://issues.apache.org/jira/browse/FLEX-35233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859009#comment-15859009
]
lizhi commented on FLEX-35233:
------------------------------
If my code which contains Chinese characters, generated js encoding for 8bit.
If my code does not contain Chinese characters generated js encoding utf8. You
can use tools to view the js encoding. Obviously, this is wrong. Should always
keep js as utf8
> flexjs chinese font
> -------------------
>
> Key: FLEX-35233
> URL: https://issues.apache.org/jira/browse/FLEX-35233
> Project: Apache Flex
> Issue Type: Bug
> Reporter: lizhi
> Assignee: Alex Harui
> Attachments: Test.as
>
>
> var s:String="你好";
> get js
> var s="**"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)