On Wednesday, 04/17/2002 at 10:51 ZE2, "Jens v. Pilgrim" <[EMAIL PROTECTED]> wrote: > 1) JDK 1.4 logger (using XML format) sometimes can sometimes uses the > "wrong" character set producng invalid characters...
Get the logger fixed. If a tool says it's producing XML, it's that tool's responsibility to produce correct XML. > 2) German umlauts cause problems when using UTF-8 and Windows If a character isn't in UTF-8, escape it or don't use UTF-8. If it is and other code isn't handling it correctly, get the other code fixed. By saying "XML" and "UTF-8", you are promising that a file's contents will match a specific set of constraints. If it doesn't, either make a different promise (and use a tool which understands that set of conventions) or fix the file.
