Re: AW: Unicode for Control-C

2008-01-29 Thread David Weintraub
Use the XML syntax: That is, you begin with an ampersand, octothorp, the letter "X", the hexadecimal representation, and finally a semicolon. See: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references for more information On Jan 29, 2008 3:58 PM, Z W <[EMAIL PROTECTED]> wr

Re: AW: Unicode for Control-C

2008-01-29 Thread Z W
How do you insert unicode numbers to the Ant script ? I tried \u0024 for $ but I get u0024 returned. I'm trying to use this unicode to do 'echo $$'. Or am I doing something wrong here.

Re: AW: Unicode for Control-C

2008-01-29 Thread Steve Loughran
Klaus Malorny wrote: Steve Loughran wrote: [EMAIL PROTECTED] wrote: Fast Google search: http://www.answers.com/topic/control-c * ASCII and Unicode representation of "End Of Text": Octal code: 3 Decimal code: 3 Hexadecimal code: 03, U+0003 Mnemonic symbol: ETX I think you can use that in ...

Re: AW: Unicode for Control-C

2008-01-29 Thread Klaus Malorny
Steve Loughran wrote: [EMAIL PROTECTED] wrote: Fast Google search: http://www.answers.com/topic/control-c * ASCII and Unicode representation of "End Of Text": Octal code: 3 Decimal code: 3 Hexadecimal code: 03, U+0003 Mnemonic symbol: ETX I think you can use that in no, XML doesnt a

AW: AW: Unicode for Control-C

2008-01-29 Thread Jan.Materne
> > Fast Google search: http://www.answers.com/topic/control-c > > * ASCII and Unicode representation of "End Of Text": > > Octal code: 3 > > Decimal code: 3 > > Hexadecimal code: 03, U+0003 > > Mnemonic symbol: ETX > > > > > > > >I think you can

Re: AW: Unicode for Control-C

2008-01-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Fast Google search: http://www.answers.com/topic/control-c * ASCII and Unicode representation of "End Of Text": Octal code: 3 Decimal code: 3 Hexadecimal code: 03, U+0003 Mnemonic symbol: ETX I think you can use that in

AW: Unicode for Control-C

2008-01-28 Thread Jan.Materne
o you want to achieve with that character? Without knowing that we cant (seriously) tell something where to use it. Jan > -Ursprüngliche Nachricht- > Von: Z W [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 29. Januar 2008 07:20 > An: Ant Users List > Betreff: Unic

Unicode for Control-C

2008-01-28 Thread Z W
Hi Is there a unicode for control-c, if any, where I could use in an Ant script ?