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
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.
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 ...
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
> > 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
[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
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
Hi
Is there a unicode for control-c, if any, where I could use in an Ant script
?