Page 1 of 1

LOVE VERSION 8!!!

Posted: Tue Dec 29, 2015 2:26 am
by Mordachai
Thank you Thank you Thank you for moving to UTF-16!!!!

I bought a new copy just for that feature!!!

Yay character compatibility!

:D

Posted: Wed Dec 30, 2015 4:31 pm
by kengrubb
Echoing this sentiment

Posted: Mon Jan 04, 2016 8:24 pm
by Drxenos
Does it truly support UTF-16, or is it just UCS-2 or the BMP?

Posted: Mon Jan 11, 2016 9:02 pm
by Mordachai
It seems to be a fully UTF-16LE compiled program.

It properly recognizes BOMs (at least for UTF-16LE) and informs you in the status bar.

It continues to read & write native files. There are defaults for how to handle files without BOMs.

All of my work is with either ANSI files in multibyte or ASCII for the current code page, or they're UTF-16LE with BOM. So far, no complaints.

You can of course specify how you want to save a given file in the save-as dialog.

YMMV

Posted: Tue Jan 12, 2016 6:26 pm
by Drxenos
Mordachai wrote:It seems to be a fully UTF-16LE compiled program.

It properly recognizes BOMs (at least for UTF-16LE) and informs you in the status bar.

It continues to read & write native files. There are defaults for how to handle files without BOMs.

All of my work is with either ANSI files in multibyte or ASCII for the current code page, or they're UTF-16LE with BOM. So far, no complaints.

You can of course specify how you want to save a given file in the save-as dialog.

YMMV
Sweet!