eclipse plugin: Fix bug #17882. Now the WML files...
...Make the defalt encoding UTF-8 so it will support BOM
This commit is contained in:
parent
ac087106bd
commit
cd29242c7f
1 changed files with 11 additions and 0 deletions
|
@ -790,4 +790,15 @@
|
|||
class="org.wesnoth.product.ActionWiper">
|
||||
</startup>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
default-charset="UTF-8"
|
||||
file-extensions="cfg"
|
||||
id="org.wesnoth.wmlcontent"
|
||||
name="WML File"
|
||||
priority="normal">
|
||||
</content-type>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue