paste texts in a folder saving as Unicode rather Ansi

Share any ideas you have on improving Explorer++
Post Reply
riow
Posts: 70
Joined: Tue Dec 08, 2009 6:59 pm

paste texts in a folder saving as Unicode rather Ansi

Post by riow »

During pasting texts in a folder, please save it as Unicode rather Ansi which makes texts become garbage.
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Re: paste texts in a folder saving as Unicode rather Ansi

Post by ajs »

The problem is slightly different from what you said, but I can reproduce that on my computer.
I have added to the list of things to fix.
riow
Posts: 70
Joined: Tue Dec 08, 2009 6:59 pm

Re: paste texts in a folder saving as Unicode rather Ansi

Post by riow »

Thanks ajs. :)
David Erceg
Site Admin
Posts: 938
Joined: Sat Apr 18, 2009 1:46 am

Re: paste texts in a folder saving as Unicode rather Ansi

Post by David Erceg »

The text is saved as Unicode already. It looks like it's a problem with not writing the BOM. Copying a few Chinese characters and pasting them resulted in a file containing UTF-16 data. Because the file has no BOM, it's not shown correctly. I'll either add the BOM, or switch the encoding to UTF-8.
riow
Posts: 70
Joined: Tue Dec 08, 2009 6:59 pm

Re: paste texts in a folder saving as Unicode rather Ansi

Post by riow »

Thanks David.
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Re: paste texts in a folder saving as Unicode rather Ansi

Post by ajs »

Hi riow,
as I said, the problem was slightly different from your original description. Anyhow I have made a patch for it.
http://www.explorerplusplus.com/forum/v ... ?f=7&t=761
riow
Posts: 70
Joined: Tue Dec 08, 2009 6:59 pm

Re: paste texts in a folder saving as Unicode rather Ansi

Post by riow »

Well, thanks ajs. But I can only wait for the next build.
Post Reply