logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

RE: German umlaut with Axis: msg#01047

Subject: RE: German umlaut with Axis
Sorry, I've just re-read your message. You didn't want u-umlaut,
did you?

For any general German characters (including ß), go to
http://www.unicode.org/charts/ and check out the "Latin-1 Supplement"

Dan.

-- 
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342


-----Original Message-----
From: Yates, Danny (ANTS) [mailto:danny.yates@xxxxxxxxxx]
Sent: 28 November 2002 08:51
To: 'axis-user@xxxxxxxxxxxxxx'
Subject: RE: German umlaut with Axis


In XML, you would use

& # x D C ;       for an upper case Ü, and
& # x F C ;       for a lower case ü.

(Note, I've put spaces in those strings in case your mail program
tries to render them as HTML. You need to use a sequence of 6
characters starting with & and ending with ; with no spaces).

These are the Unicode code points (U+00DC, U+00FC) for the characters
you want. It doesn't matter what encoding you specify in your
document. The encoding will influence the sequence of bytes you get
out when you serialise the document (back to disk, for example). If
you are using iso-8859-1, us-ascii or equivalent, you will get the
bytes 220 and 252 respecively. If you are using utf-8, you will get
two-byte sequences for each character. It shouldn't make any
difference though as these will be interpretted the same way by
the Axis XML parser.

Rgds,

Dan.

-- 
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342


-----Original Message-----
From: Sven.Dahringer@xxxxxxxxxxxx [mailto:Sven.Dahringer@xxxxxxxxxxxx]
Sent: 28 November 2002 08:36
To: axis-user@xxxxxxxxxxxxxx
Subject: German umlaut with Axis


Hi all,

I want to send umlaute to my axis-server, but I don't know how to do this.
I change my encoding in my WSDL-File to ISO-8588-1 but I can see with the
http-monitor that axis still use UTF-8.
Can anybody help me?

Thanks
Sven


***************************************************************************
This communication (including any attachments) contains confidential
information.  If you are not the intended recipient and you have received
this communication in error, you should destroy it without copying,
disclosing or otherwise using its contents.  Please notify the sender
immediately of the error.

Internet communications are not necessarily secure and may be intercepted or
changed after they are sent.  Abbey National Treasury Services plc does not
accept liability for any loss you may suffer as a result of interception or
any liability for such changes.  If you wish to confirm the origin or
content of this communication, please contact the sender by using an
alternative means of communication.

This communication does not create or modify any contract and, unless
otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National
House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in
England under Company Registration Number: 2338548.  Regulated by the
Financial Services Authority (FSA).
***************************************************************************


***************************************************************************
This communication (including any attachments) contains confidential 
information.  If you are not the intended recipient and you have received this 
communication in error, you should destroy it without copying, disclosing or 
otherwise using its contents.  Please notify the sender immediately of the 
error.

Internet communications are not necessarily secure and may be intercepted or 
changed after they are sent.  Abbey National Treasury Services plc does not 
accept liability for any loss you may suffer as a result of interception or any 
liability for such changes.  If you wish to confirm the origin or content of 
this communication, please contact the sender by using an alternative means of 
communication.

This communication does not create or modify any contract and, unless otherwise 
stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 
2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under 
Company Registration Number: 2338548.  Regulated by the Financial Services 
Authority (FSA).
***************************************************************************




<Prev in Thread] Current Thread [Next in Thread>