Re: ISO-8859-1

2019-10-31 Thread Glenn Holmer
On 10/30/19 1:25 AM, Juan Algaba wrote: >> You can use the default option in the netbeans.conf >> >> -J-Dfile.encoding=UTF8 // change encoding Thanks to everyone for all the suggestions. As it happens, upstream edited all the German comments in the code to transliterate them (e.g. ö --> oe), so th

Re: ISO-8859-1

2019-10-29 Thread Jose Ch
euristics to guess the file's encoding? > > I tested by saving a file in ISO-8859-1 with characters that wouldn't have > the same byte code in UTF-8 i.e. "áíó" and upon reopening it > successfully detected it as ISO-8859-1 but I'm not sure if it detected it >

Re: ISO-8859-1

2019-10-29 Thread Juan Algaba
ng without a project, Does anyone know if there's a default encoding or if Netbeans uses heuristics to guess the file's encoding? I tested by saving a file in ISO-8859-1 with characters that wouldn't have the same byte code in UTF-8 i.e. "áíó" and upon reopening it success

Re: ISO-8859-1

2019-10-28 Thread Jack Woehr
Hmm I see ... Doesn't actually seem to do much at all. On Mon, Oct 28, 2019 at 2:34 PM Jack Woehr wrote: > I sorta gave up on plugins, even in NetBeans, and just do my own git > stuff, so I hadn't noticed. > > What's short on jEdit's plugin? > > > On Mon, Oct 28, 2019 at 1:25 PM Glenn Holmer >

Re: ISO-8859-1

2019-10-28 Thread Jack Woehr
I sorta gave up on plugins, even in NetBeans, and just do my own git stuff, so I hadn't noticed. What's short on jEdit's plugin? On Mon, Oct 28, 2019 at 1:25 PM Glenn Holmer wrote: > On 10/28/19 1:33 PM, Jack Woehr wrote: > > Try jEdit > > I am :) We used to use it at work, back in prehistoric

Re: ISO-8859-1

2019-10-28 Thread Glenn Holmer
On 10/28/19 1:33 PM, Jack Woehr wrote: > Try jEdit I am :) We used to use it at work, back in prehistoric times before we were using NetBeans. Unfortunately, its git plugin leaves something to be desired. > On Mon, Oct 28, 2019 at 12:23 PM Glenn Holmer > wrote: > > Except that this isn't a

Re: ISO-8859-1

2019-10-28 Thread Jack Woehr
Try jEdit On Mon, Oct 28, 2019 at 12:23 PM Glenn Holmer wrote: > > > Except that this isn't a project, I'm editing some 6502 assembly files > from the Favorites tab. I'm thinking NetBeans may not be the right tool > for the job, but I love its git support so much!

Re: ISO-8859-1

2019-10-28 Thread Glenn Holmer
On 10/28/19 12:17 PM, Gregor Kovač wrote: > If you right-click a project and then Properties, you have Sources tab > where you can change the encoding. Except that this isn't a project, I'm editing some 6502 assembly files from the Favorites tab. I'm thinking NetBeans may not be the right tool for

Re: ISO-8859-1

2019-10-28 Thread Gregor Kovač
perating > system whose source is encoded in ISO-8859-1. Naturally, I opened the > top-level directory from the NetBeans Favorites pane (i.e. not in a > project) and got right to work. > > However, NetBeans wants to open the file as UTF-8. Many of the comments > are in German, a

ISO-8859-1

2019-10-28 Thread Glenn Holmer
My question is a bit obscure... I'm working with an old 6502 operating system whose source is encoded in ISO-8859-1. Naturally, I opened the top-level directory from the NetBeans Favorites pane (i.e. not in a project) and got right to work. However, NetBeans wants to open the file as UTF-8.