Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-13 Thread Jeppe Nejsum Madsen
Indrajit Raychaudhuri indraj...@gmail.com writes: [...] FWIW, PropertyResourceBundle uses properties.load(InputStream) which assumes ISO-8859-1 (Latin1) encoded stream. In Java 6, however, you have properties.load(Reader) which does not have this limitation. Oh didn't know about that,

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-12 Thread Indrajit Raychaudhuri
On 11/12/09 5:28 PM, Jeppe Nejsum Madsen wrote: Jean-Adrienjean.vauc...@gmail.com writes: [...] I have the same issues with the localized properties = Conclusion = The problem here comes from my initial configuration. But in my sense it is not a good idea to store i18n data in

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-12 Thread Jeppe Nejsum Madsen
Indrajit Raychaudhuri indraj...@gmail.com writes: On 11/12/09 5:28 PM, Jeppe Nejsum Madsen wrote: Jean-Adrienjean.vauc...@gmail.com writes: [...] I have the same issues with the localized properties = Conclusion = The problem here comes from my initial configuration. But in my

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-12 Thread Timothy Perrett
Have you seen: http://mojo.codehaus.org/native2ascii-maven-plugin/ Looks like you could automate that into your build process, no? Cheers, Tim On 12 Dec 2009, at 10:41, Jeppe Nejsum Madsen wrote: But it is not really an option (I think) to edit files like this. Sure, for one off changes

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-12 Thread Indrajit Raychaudhuri
On 12/12/09 4:11 PM, Jeppe Nejsum Madsen wrote: Indrajit Raychaudhuriindraj...@gmail.com writes: On 11/12/09 5:28 PM, Jeppe Nejsum Madsen wrote: Jean-Adrienjean.vauc...@gmail.com writes: [...] I have the same issues with the localized properties = Conclusion = The problem here

[Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-11 Thread Jean-Adrien
Hopeless. Attachments are available here: http://www.jeanjean.ch/lift/0001-POM-Fix-test-plugin-dependency-problem-org.scala-too.patch http://www.jeanjean.ch/lift/0002-PROBLEM-Reproduce-the-resource-filtering-problem.patch

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-11 Thread Jeppe Nejsum Madsen
Jean-Adrien jean.vauc...@gmail.com writes: [...] I have the same issues with the localized properties = Conclusion = The problem here comes from my initial configuration. But in my sense it is not a good idea to store i18n data in another format than UTF-8. Agreed Maybe lift should

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-08 Thread Timothy Perrett
Ahhh! That is interesting... i'd not thought of that :-) You'll need to specify a proper encoding type for sure otherwise maven will just assume your platform default... for example, MacRoman. Perhaps IRC or Josh will be able to advise... Cheers, Tim On 8 Dec 2009, at 10:02, Jean-Adrien

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-08 Thread David Bernard
you could select which file should be filtering, else every resources are filtering and converted (to UTF-8) /davidB On Tue, Dec 8, 2009 at 11:18, Timothy Perrett timo...@getintheloop.euwrote: Ahhh! That is interesting... i'd not thought of that :-) You'll need to specify a proper encoding

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-08 Thread Indrajit Raychaudhuri
Good catch! I'll take a look. Jean, can you please send a zip of your project (just enough to recreate the scenario, no sensitive code necessary)? Cheers, Indrajit On 08/12/09 3:48 PM, Timothy Perrett wrote: Ahhh! That is interesting... i'd not thought of that :-) You'll need to specify a

Re: [Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-08 Thread David Pollak
On Tue, Dec 8, 2009 at 6:27 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Good catch! I'll take a look. Jean, can you please send a zip of your project (just enough to recreate the scenario, no sensitive code necessary)? And perhaps something that we can add as a test to the Lift

[Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-08 Thread Indrajit Raychaudhuri
On Dec 8, 7:31 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Dec 8, 2009 at 6:27 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Good catch! I'll take a look. Jean, can you please send a zip of your project (just enough to recreate the scenario, no sensitive code