-
12 Oct 2010 8:28 AM #1
[DUPE] Illegal char in some language files on line 7
[DUPE] Illegal char in some language files on line 7
Hi all,
In ExtJs 3.3.0 (and 3.2), on line 7 of the following language files, there is a useless character (i think) which looks like a dot in the middle of the line. I report it because it causes me some problems. I just delete it and it was ok.
src/locale/ext-lang-fr.js
src/locale/ext-lang-fr_CA.js
src/locale/ext-lang-hu.js
src/locale/ext-lang-pt_PT.js
src/locale/ext-lang-ru.js
src/locale/ext-lang-sr_RS.js
src/locale/ext-lang-vn.js
src/locale/ext-lang-zh_TW.js
-
13 Oct 2010 1:10 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
Duplicate.
This is caused by a bug in JSBuilder2. It prepends an ISO-8859-1 header to every file, even if it is an UTF-8 file.
The invalid characters are the UTF-8 BOM. To fix the file these characters have to be moved to the beginning of the file (before the header).
-
13 Oct 2010 1:23 AM #3
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
line char performance issues
By azdxc in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 21 Sep 2010, 10:27 PM -
[FIXED] [1.2] DND Tree - Insert line stays when dropping on illegal drop target
By kcaseye in forum Ext GWT: Bugs (1.x)Replies: 2Last Post: 17 Dec 2008, 7:27 AM -
Illegal character on first line
By Chamster in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 8 Jun 2008, 10:04 AM -
ext-all.js - illegal character line 84
By mbogdanovich in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 19 Feb 2008, 1:52 PM


Reply With Quote