Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
José Ferreiro wrote: Item#x41E;#x441;#x43D;#x43E;#x432;#x43D;#x43E;#x435; lt;/codeDescriptiongt;lt;/errorCodeItemgt;/Item Does anyone has an idea how I can get the encoded word/phrase back to cyrillic in the client? I assume that it is UTF-8 encoded... Actually, this is XML encoding. You

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
Thank you Ognjen, You are correct about your statement. I also suceeded without any problem to do the excaping for lt;/codeDescriptiongt; - /codeDescription As I am developping in a English (Western country) environment with eclipse I cannot display the word *Основное *from *

Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
the class where the main method is, then select Arguments tab, and write -Dfile.encoding=UTF-8 in VM arguments text field. Then, select Common tab, and for Console Encoding select Other: UTF-8. After that, you should be able to see cyrillic characters on the console. -Ognjen

RE: Cyrillic characters.

2008-11-13 Thread Martin Gainty
the problem is accomodating input and display for cyrillic characters you should implement all of the features DB, AppServer as well as KB and Browser configurations on a separate machine so to maintain input (Keyboard) and display (browser)cleanly separated (and operational) for either latin

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
, and for Console Encoding select Other: UTF-8. After that, you should be able to see cyrillic characters on the console. -Ognjen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
Gainty [EMAIL PROTECTED] the problem is accomodating input and display for cyrillic characters you should implement all of the features DB, AppServer as well as KB and Browser configurations on a separate machine so to maintain input (Keyboard) and display (browser)cleanly separated

Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
Try reading this: http://forum.java.sun.com/thread.jspa?threadID=653068tstart=165 Maybe the console font doesn't support cyrillic characters? -Ognjen José Ferreiro wrote: Thank you Ognjen. I tried this and I see you logic but it is not working! Well for me it is not the most important to see

Cyrillic characters.

2008-11-12 Thread José Ferreiro
Hello I am providing data in cyrillic characters using Axis 1.x. The tag in the SOAP response looks like: Item#x41E;#x441;#x43D;#x43E;#x432;#x43D;#x43E;#x435; lt;/codeDescriptiongt;lt;/errorCodeItemgt;/Item Does anyone has an idea how I can get the encoded word/phrase back to cyrillic