Skip to main content



      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 13:40
Eclipse UserFriend
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: Thu May 08 04:05:35 EDT 2025

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

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

Back to the top