You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Tom Desmet <to...@tvh.be> on 2007/11/13 16:47:46 UTC

something unclear on page encodings in different character sets

Hi,

I had a small question on the use of different character sets in resource
encodings ....

It seems that the "parse()" function of the MarkupParser contains this code
....

xmlParser.parse(markupResourceData.getResource().getInputStream(),
markupSettings.getDefaultMarkupEncoding());

So the defaultMarkupEncoding in the settings determines how any html
resource (page) should be dealt with.
All resources that inherit from AbstractResourceStream contain the method
"getCharset()".

Wouldn't it be an option to use this method to determine how the 
resourcestream should be dealt with?


-- 
View this message in context: http://www.nabble.com/something-unclear-on-page-encodings-in-different-character-sets-tf4798696.html#a13728623
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org