hexedit
Matt Benson wrote:
>What are you using to view output.txt?
>
>--- Renato Gasparelli Cavalcante
><renatogc@vettatech.com> wrote:
>
>
>> Hi
>>
>> I have the following script:
>>
>>build.xml
>>
>>
>>
>>><?xml version="1.0" encoding="ISO-8859-1" ?>
>>><project name="testEncoding" default="main">
>>> <target name="main">
>>> <echo message="µ"
>>>
>>>
>>file="output.txt"/>
>>
>>
>>> </target>
>>></project>
>>>
>>>
>>output.xml
>>
>>
>>
>>>?
>>>
>>>
>> Does anyone know wy the character 'µ' (MICRO
>>SIGN |U+00B5|
>><http://www.eki.ee/letter/chardata.cgi?ucode=00B5>)
>>is becoming '?'
>>(QUESTION MARK |U+003F|
>><http://www.eki.ee/letter/chardata.cgi?ucode=003F>)
>>?
>>
>>
>>
>>
>>
>>
>>
>---------------------------------------------------------------------
>
>
>>To unsubscribe, e-mail:
>>user-unsubscribe@ant.apache.org
>>For additional commands, e-mail:
>>user-help@ant.apache.org
>>
>>
>>
>
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Win a $20,000 Career Makeover at Yahoo! HotJobs
>http://hotjobs.sweepstakes.yahoo.com/careermakeover
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>For additional commands, e-mail: user-help@ant.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|