Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » The default charset setting in plugin.xml doesn't take effect
The default charset setting in plugin.xml doesn't take effect [message #328571] Tue, 27 May 2008 17:40
Matt Chang is currently offline Matt ChangFriend
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
Previous Topic:databinding for treeviewer with multi treeColumn
Next Topic:Showing two editors (Horizontal or vertical split) programmatically
Goto Forum:
  


Current Time: Sun Jul 07 02:57:30 GMT 2024

Powered by FUDForum. Page generated in 0.02988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top