From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.help Subject: Re: Can't make emacs use utf-8?? (on WinXP) Date: Wed, 04 Jun 2003 16:59:36 +0200 Organization: None Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054739518 18716 80.91.224.249 (4 Jun 2003 15:11:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2003 15:11:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 17:11:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NZtc-0004g2-00 for ; Wed, 04 Jun 2003 17:09:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NZq7-0003Wn-0E for gnu-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2003 11:06:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!news.supernews.com!seneca.benny.turtle-trading.net!nobody Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XaWIUYUYloqb4kX0VzYUHUxk2XA= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 24 Original-Xref: shelby.stanford.edu gnu.emacs.help:114101 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10595 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10595 Hi Bjoern, > Benjamin Riefenstahl wrote: >> There are even those, like me, that believe that the language of >> identifiers and comments should be simple English anyway, to >> maximize reusability. Bjoern writes: > True, I wasn't even thinking about that, but what about > > System.out.println("some non-ASCII text here"); For my own code I want a universal version of the text in the code (that will just be in English) so that I have a fallback in case of problems, and than I have localized versions of it in ResourceBundles or whatever my framework uses for internationalization / localization. Instead of having to get the encodings right for all my code, just the ResourceBundle files need to be in UTF-16 or UTF-8 or whatever works best. so long, benny