I'm trying to build my application with sencha cmd 6.0 and ext 6.0, but I have this problem since ext 5 with sencha cmd 5.0. What is happening is that my application in build folder is losing the special characters, like 'ç', 'é', anyone with this problem ?
Asked
Active
Viewed 1,225 times
0
-
This could be a problem with Sencha CMD, try updating it to the latest version (it is backwards compatible). I just tried with CMD 6.0.1 and it encodes the sentence "Essa area é usada para navegação, por exemplo, para um component "tree"." just fine. – Guilherme Lopes Oct 01 '15 at 01:13
-
got it, but i've been using all versions of cmd, and no one works, installing and uninstalling, clearing the registers with ccleaner, etc. – Guilherme Oct 01 '15 at 12:21
-
i tryed to do the following trick, replacing this line on "\u00E0\u00E2\u00E9\u00E8\u00EA\u00EB\u00EE\u00EF\u00F4\u00F9\u00FB\u00FC\u00FF\u00E7\u00E6\u0153" on file unicode-escapes.json from sencha cmd, an user from sencha forum said, that this line will build the characters àâéèêëîïôùûüÿçæœ, doesn't work :( – Guilherme Oct 01 '15 at 13:05
-
I also had this issue as I need to encode German Alphabets lie öüäß. I was using Sencha Cmd v5.1.2.49 but then I switched to Sencha Cmd v5.1.3.61 and it worked for me, – Abdul Rehman Yawar Khan Oct 02 '15 at 07:40
-
i'm using the latest version of cmd. i'm trying to build in a linux VM – Guilherme Oct 02 '15 at 11:36
-
Backing here to say that not building in latest version of ubuntu the problem is resolved. I Don't know more what to do :/ – Guilherme Oct 02 '15 at 20:00
-
My friends, i solved my problem adding this code in first line of all js files of my project //@charset ISO-9959-1 – Guilherme Oct 05 '15 at 15:01
-
The charset //@charset ISO-9959-1 was doing warning on sencha cmd, the right is //@charset UTF-8 So, the solution, is add //@charset UTF-8 in js files :D – Guilherme Oct 07 '15 at 14:14
1 Answers
0
The charset //@charset ISO-9959-1 was doing warning on sencha cmd, the right is //@charset UTF-8 So, the solution, is add //@charset UTF-8 in js files :D

Guilherme
- 29
- 6