Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: unicode Date: Mon, 12 Sep 2011 16:33:14 -0700 Organization: A noiseless patient Spider Lines: 20 Message-ID: References: <6c991195-ab57-417c-92e0-6d5ee1c451dc@dq7g2000vbb.googlegroups.com> <4e6e7a2a$0$309$14726298@news.sunsite.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 12 Sep 2011 23:33:16 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="21680"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18QqaliZobbt5Ot9bytBK+via6yiZZOKQI=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 In-Reply-To: <4e6e7a2a$0$309$14726298@news.sunsite.dk> Cancel-Lock: sha1:gcachcmmHP3ubI5OZJgecuDnfx8= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7931 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. > 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?