The default charset setting in plugin.xml doesn't take effect [message #328571] |
Tue, 27 May 2008 17:40 |
Matt Chang Messages: 2 Registered: July 2009 |
Junior Member |
|
|
The default charset setting in plugin.xml doesn't take effect on content
types that extended from base-type="org.eclipse.wst.html.core.htmlsource"
in *Windows* but not in *Ubuntu*. (When I open file property of my new
content type, the default file encoding is still set to Cp1252 in Windows
system but it set to UTF-8 as I want it in Ubuntu.)
What I have in plugin.xml
<content-type
id="com.my.org.contentType.newType"
base-type="org.eclipse.wst.html.core.htmlsource"
file-extensions="newType"
name="New-Type"
priority="high"
default-charset="UTF-8"/>
Does anyone run into the same issue? any solution/workaround to this?
Thanks in advanced!
-Matt
|
|
|
Powered by
FUDForum. Page generated in 0.02861 seconds