Try reading this:

http://forum.java.sun.com/thread.jspa?threadID=653068&tstart=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 the data in the Output Console (well it will help but as far as I know that the data is transfered this is the most important).

I am trying now to develop a GUI to see better what I may display or not...

Thank you once again Ognjen!


On Thu, Nov 13, 2008 at 4:57 PM, Ognjen Blagojevic <[EMAIL PROTECTED]> wrote:

        As I am developping in a English (Western country) environment
        with eclipse I cannot display the word *Основное *from
        *&#x41E;&#x441;&#x43D;&#x43E;&#x432;&#x43D;&#x43E;&#x435;* in
        the Eclipse console (I mean when I do a System.out.println....).


    Just try this:

     Run, Open run dialog...

    then locate 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


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    For additional commands, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to