<HTML><HEAD>
<STYLE><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></STYLE>
</HEAD>
<BODY class=hmmessage dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial'; COLOR: #000000">
<DIV>Hi Steve and Gerd,</DIV>
<DIV>&nbsp;</DIV>
<DIV>yes, you got me right. I was talking about stderr output where echo 
messages are printed.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have tried the following (under Windows):</DIV>
<DIV>&nbsp;</DIV>
<DIV>%JavaPath% -Xmx6144m -ea -jar 
<STRONG>-Dlog.config=%OptionsPath%\logging_properties.txt</STRONG>&nbsp; </DIV>
<DIV>%ToolPath%\mkgmap\mkgmap.jar&nbsp; -c %OptionsPath%\%mkgmap_options%&nbsp; 
</DIV>
<DIV>--mapname=%mapid%&nbsp; --overview-mapname=%overview_mapname%&nbsp; </DIV>
<DIV>--family-id=%family_id%&nbsp; --product-id=%product_id%&nbsp; </DIV>
<DIV>--gmapsupp %mkgmap_filename%&nbsp; </DIV>
<DIV>%StylesPath%\%StylesFile%&nbsp; 
<STRONG>2&gt;&gt;%LogfileName%</STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV>content of logging_properties.txt is:</DIV>
<DIV>&nbsp;</DIV>
<DIV>java.util.logging.FileHandler.encoding=UTF-8</DIV>
<DIV>java.util.logging.ConsoleHandler.encoding=UTF-8</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am still getting outputs of echo "name='${name}'” as: ‘??????? 
??????’</DIV>
<DIV>if the char set is not part of 1252 (e.g. for greek letters)</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think I did not fully understand your hint with the logging 
properties.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Walter</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A 
title=gpetermann_muenchen@hotmail.com 
href="mailto:gpetermann_muenchen@hotmail.com">Gerd Petermann</A> </DIV>
<DIV><B>Sent:</B> Wednesday, January 14, 2015 11:03 AM</DIV>
<DIV><B>To:</B> <A title=mkgmap-dev@lists.mkgmap.org.uk 
href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</A> 
</DIV>
<DIV><B>Subject:</B> Re: [mkgmap-dev] Solution to show transliterated name if no 
other ascii name exists</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<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>
<P>
<HR>
_______________________________________________<BR>mkgmap-dev mailing 
list<BR>mkgmap-dev@lists.mkgmap.org.uk<BR>http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</DIV></DIV></DIV></BODY></HTML>