<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Walter,<br><br>reg. UTF8 in logs:<br>When I read your post my first question was: Is he talking about the log<br>that is written to stderr/stdout or the one that is enabled with<br>java -Dlog.config ... -jar mkgmap.jar ...<br><br>I think the latter works fine, the first two look ugly when they write to a <br>windows console. They also look fine when you pipe them to files<br>like this<br>java -Dlog.config ... -jar mkgmap.jar ...&nbsp; &gt; mkgmap.stdout 2&gt;mkgmap.stderr<br><br>Gerd<br><br><div>&gt; Date: Wed, 14 Jan 2015 09:15:50 +0000<br>&gt; From: steve@parabola.me.uk<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Solution to show transliterated name if no other ascii name exists<br>&gt; <br>&gt; Hi Walter,<br>&gt; <br>&gt; It's great to hear that it is working well for you. It was just a few<br>&gt; lines of code, perhaps no one asked before because they imagined it<br>&gt; would be more difficult.<br>&gt; <br>&gt; <br>&gt; &gt; Do you know, if the logfile can only be written in ANSI coding,<br>&gt; &gt; or if there is a way to use unicode for logfiles?<br>&gt; <br>&gt; I don't know for sure, but make sure you have this included in<br>&gt; your log.config file.<br>&gt;    java.util.logging.FileHandler.encoding=UTF-8<br>&gt; <br>&gt; and try adding this too:<br>&gt;    java.util.logging.ConsoleHandler.encoding=UTF-8<br>&gt; <br>&gt; ..Steve<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>