Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Mon, 12 Sep 2011 20:57:46 -0400 From: =?ISO-8859-1?Q?Arne_Vajh=F8j?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: unicode References: <6c991195-ab57-417c-92e0-6d5ee1c451dc@dq7g2000vbb.googlegroups.com> <4e6e7a2a$0$309$14726298@news.sunsite.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Lines: 23 Message-ID: <4e6eaa8a$0$305$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 72.192.23.141 X-Trace: news.sunsite.dk DXC=XLgkFj0\RHW5dE91CT5^XYYSB=nbEKnk[;?Qbl5^PVbYJPe3\kP5EUQKBm9cfh9BSTM2;kT<[:>[Qblk@f8Z5UIXKY6:KA_C^i] X-Complaints-To: staff@sunsite.dk Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7939 On 9/12/2011 7:33 PM, markspace wrote: > On 9/12/2011 2:31 PM, Arne Vajhøj wrote: >> On 9/12/2011 5:08 PM, Roedy Green wrote: >>> \u is treated in rather flat footed way, as if by a preprocessor. > >> It is treated per spec. > > Actually I agree with Roedy on this one. Per spec or not, it's a dumb > idea. I think it should go away, frankly. I can not think of a better way to solve the problem that this construct solves. >> And I would not use the term preprocessor - it is Java not C. > > I've always heard this part of the Java compiler described as a > preprocessor. Is there some other documentation that refers to it > differently? JLS uses "translating" and "translation". Arne