Re: UTF-8 input is broken in Maven project

2021-11-01 Thread Michael Bien
PR has been merged, it should appear in the next rc build of 12.6. On 31.10.21 11:46, Vladimir Machat wrote: Great, it works! Thanks I hope it will make it into 12.6... On 31/10/2021 03:22, Michael Bien wrote: the hint that it was a maven specific issue helped me to find it relatively quickl

Re: UTF-8 input is broken in Maven project

2021-10-31 Thread Vladimir Machat
Great, it works! Thanks I hope it will make it into 12.6... On 31/10/2021 03:22, Michael Bien wrote: the hint that it was a maven specific issue helped me to find it relatively quickly - thanks :) https://github.com/apache/netbeans/pull/3289 i don't know if it will make it into NB 12.6, that

Re: UTF-8 input is broken in Maven project

2021-10-30 Thread Michael Bien
the hint that it was a maven specific issue helped me to find it relatively quickly - thanks :) https://github.com/apache/netbeans/pull/3289 i don't know if it will make it into NB 12.6, thats in the hand of the reviewers. best regards, michael On 30.10.21 12:19, Vladimir Machat wrote: H

Re: UTF-8 input is broken in Maven project

2021-10-30 Thread Vladimir Machat
Hi Michael, yes I have tried that, but nothing changed :( On 30/10/2021 11:10, Michael Bien wrote: Hi Vladimir, thats interesting. Since you are on linux, UTF-8 should be the default as far as I know. have you tried to add -J-Dfile.encoding=UTF-8 to your etc/netbeans.conf (netbeans_default

Re: UTF-8 input is broken in Maven project

2021-10-30 Thread Michael Bien
Hi Vladimir, thats interesting. Since you are on linux, UTF-8 should be the default as far as I know. have you tried to add -J-Dfile.encoding=UTF-8 to your etc/netbeans.conf (netbeans_default_options property)? regards, michael On 30.10.21 11:55, Vladimir Machat wrote: Hi All, When I cr