If use plugin option Create ExtJs class then file created in non-UTF-8. Have to convert it to UTF-8 manully.
Printable View
If use plugin option Create ExtJs class then file created in non-UTF-8. Have to convert it to UTF-8 manully.
Is anyone else experiencing this behavior? It always creates UTF-8 files on my system.
Sorry, my mistake. Webstorm has wrong project encoding setting.
I think this might be the behavior of JetBrains IDEs in general.
When I create either a new ExtJS class with the plugin, or a HTML file with IntelliJ's built-in functionality, both files say they are UTF-8 at the bottom right of the IDE window. However, if i use file -I fileName.ext in my OSX terminal, they both say they are us-ascii.
When I add an accented character, like a é or á, the IDE display remains the same, but the file -I command in OSX now returns UTF-8.
What format are you first seeing the file when a new Ext JS class is created?