-
11 Oct 2012 8:32 AM #11
I run command : "chcp 65001" before "sencha app build package" but still not work
I run again chcp >> Active code page: 65001
i update sencha cmd v3.0.0.190.
I'm vietnamese
-
11 Oct 2012 12:34 PM #12Sencha Premium Member
- Join Date
- Feb 2012
- Location
- Berne, Switzerland
- Posts
- 581
- Vote Rating
- 32
- Answers
- 34
There are currently several threads about the same problem. In this one here http://www.sencha.com/forum/showthre...nch-characters they are saying that they have solved the problem. So I guess the next version of CMD (post 190) will fix that...
-
12 Oct 2012 1:17 AM #13
A stupid ugly work around patch for this issue (on tiny web app projects)
A stupid ugly work around patch for this issue (on tiny web app projects)
I know it is stupid but it is suitable for my case. I have an ad hoc project which is a web app. It is very tiny.
All text typed in string format with UTF-8 may not display correctly. Therefore we may replace them with the correct strings in the file "app.js" by text editor.
After you build the project. you could see error strings like:
change to to correct string:Code:placeHolder:"  進行投票  》"
Since my project just have 10 strings, it is stupid but works...Code:placeHolder:"身分證號碼"
It tells us the whole project has no errors in the build process. So the problem may caused by something like the minify engine...


Reply With Quote