-
13 Oct 2012 8:25 AM #1
Error unicode on sencha sdk v3.0.0.201
Error unicode on sencha sdk v3.0.0.201
sencha command v3.201 error with character : ớ, Đ, ứ, ệ, ể, ư, ợ, ậ, ờ, ả
-
14 Oct 2012 6:57 PM #2
Can you provide some specifics on what commands you are using and what file(s) have problems with these characters?
In general, for JavaScript files, ensure the file is either UTF-8 encoded or contains a "//@charset XYZ" directive on the very first line of the file. The "XYZ" string can be any valid Java charset. See http://docs.oracle.com/javase/1.4.2/...t/Charset.html for some details.Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
14 Oct 2012 6:59 PM #3
For example, foo.js:
PHP Code://@charset ISO-8859-1
...
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
14 Oct 2012 7:02 PM #4
On 3.0.0.201 release, we will update the CDN and provide release notes shortly.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
14 Oct 2012 8:03 PM #5
i config:
on the first line in every file js and save that file in utf-8 (using edit plus)PHP Code://@charset UTF-8
But same issue
-
14 Oct 2012 8:52 PM #6
Can you zip one of the files and attach it here? I am fairly certain we have tests covering this but maybe we've missed something or something else is going on that isn't obvious.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
14 Oct 2012 10:52 PM #7
-
14 Oct 2012 11:00 PM #8
The real question is, how did you find a .201 build?
Sven Tore Iversen
-
14 Oct 2012 11:09 PM #9
-
15 Oct 2012 12:27 AM #10
In the previous like sencha sdk 2.0.0 b3,it work great.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote