help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't make emacs use utf-8?? (on WinXP)


From: Piet van Oostrum
Subject: Re: Can't make emacs use utf-8?? (on WinXP)
Date: 10 Jun 2003 19:53:13 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> Bjoern <p2@blinker.net> (B) wrote:

B> True, I wasn't even thinking about that, but what about

B> System.out.println("some non-ASCII text here");

Well I tried that inside emacs (with utf-8 as default):

class testuni {
    public static void main(String args[]){
        System.out.println("Eén überhaupt € å…æÆ\n");
    }
}

TEMP> javac testuni.java
TEMP> java testuni
Eén überhaupt € å…æÆ

-- 
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl


reply via email to

[Prev in Thread] Current Thread [Next in Thread]