Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SeMantic Information Logistics Architecture (SMILA) » HtmlToText Pipelet and encoding
HtmlToText Pipelet and encoding [message #671208] Tue, 17 May 2011 02:53 Go to previous message
No real name is currently offline No real name
Messages: 3
Registered: May 2011
Junior Member
Hi there,

yesterday i ran into troubles with character encoding on the Html2Text pipelet. Especially with German characters like "Ä", "Ö", "ß", that sort of stuff.
The only way to change the encoding was to checkout the source and add the following line to the NekoHTML parser (line 286 in the HtmlToTextPipelet):

parser.setProperty("http: cyberneko.org/html/properties/default-encoding", "UTF-8");


I removed the "//" from the above string, otherwise i couldn´t post, because of the 5 Posts limitation thing Shocked

Is there any other way to do this? Maybe over the configuration files that i haven´t found yet?

Greets
Jan

[Updated on: Tue, 17 May 2011 02:54]

Report message to a moderator

 
Read Message
Read Message
Previous Topic:ClassLoader problem
Next Topic:Another ClassLoader Problem
Goto Forum:
  


Current Time: Thu May 23 10:20:23 EDT 2013

Powered by FUDForum. Page generated in 0.01543 seconds