<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 ... > mkgmap.stdout 2>mkgmap.stderr<br><br>Gerd<br><br><div>> Date: Wed, 14 Jan 2015 09:15:50 +0000<br>> From: steve@parabola.me.uk<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: Re: [mkgmap-dev] Solution to show transliterated name if no other ascii name exists<br>> <br>> Hi Walter,<br>> <br>> It's great to hear that it is working well for you. It was just a few<br>> lines of code, perhaps no one asked before because they imagined it<br>> would be more difficult.<br>> <br>> <br>> > Do you know, if the logfile can only be written in ANSI coding,<br>> > or if there is a way to use unicode for logfiles?<br>> <br>> I don't know for sure, but make sure you have this included in<br>> your log.config file.<br>> java.util.logging.FileHandler.encoding=UTF-8<br>> <br>> and try adding this too:<br>> java.util.logging.ConsoleHandler.encoding=UTF-8<br>> <br>> ..Steve<br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div></body>
</html>