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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
