Re: character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-08 Thread Earwin Burrfoot
On Fri, Apr 8, 2011 at 03:01, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 7, 2011 at 6:48 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : -1. These files should be readable, for maintaining, debugging and : knowing whats going on. Readability is my main concern ... i don't know

Re: character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-08 Thread Robert Muir
On Fri, Apr 8, 2011 at 2:49 AM, Earwin Burrfoot ear...@gmail.com wrote: On Fri, Apr 8, 2011 at 03:01, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 7, 2011 at 6:48 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : -1. These files should be readable, for maintaining, debugging and :

character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-07 Thread Chris Hostetter
replying to dev... : in eclipse you need to set your project's character encoding to UTF-8. ... : Some language specific classes like GermanLightStemmer has invalid : character : compiler errors for code like: : switch(s[i]) { : case 'ä': : case 'à ': :

RE: character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-07 Thread Steven A Rowe
A WITH DIAERESIS] \u00C4 = A Steve -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, April 07, 2011 4:28 PM To: Lucene Dev Subject: character escapes in source? ... was: Re: Eclipse: Invalid character constant replying to dev

Re: character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-07 Thread Robert Muir
On Thu, Apr 7, 2011 at 4:27 PM, Chris Hostetter hossman_luc...@fucit.org wrote: replying to dev... : in eclipse you need to set your project's character encoding to UTF-8.        ... : Some language specific classes like GermanLightStemmer has invalid : character : compiler errors for

Re: character escapes in source? ... was: Re: Eclipse: Invalid character constant

2011-04-07 Thread Robert Muir
On Thu, Apr 7, 2011 at 6:48 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : -1. These files should be readable, for maintaining, debugging and : knowing whats going on. Readability is my main concern ... i don't know (and frequently can't tell) the differnece between a lot of non ascii