Page 1 of 1

Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 18 Sep 2012, 13:01
by crystalidea
UTF18LE, with/without signature
UTF8, with/without signature

Is that possible to add support of viewing such files, with automatic encoding detection, of cause.

Re: Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 18 Sep 2012, 18:14
by therube
Limited unicode support for internal viewer ASAP

Unicode viewer

Next Altap Salamander (after 3.0)
> Unicode support for file operations, Internal viewer, Find command, etc.

Re: Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 19 Sep 2012, 14:09
by crystalidea
Thanks, then need to wait :)

Re: Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 14 May 2014, 13:04
by crystalidea
Please, add this. Viewing of UTF8-encoded files in 2014 is a must. And it must be really easy to implement, mustn't it?

Re: Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 18 May 2014, 22:54
by Ether
Actually, Internal Viewer is not that simple. It doesn't load the whole file into memory and it has hex view and a find function, all of which are not that simple to do right with Unicode files.

You can use an external viewer in the meantime.

Re: Internal Text Viewer - support of UTF16 and UTF8 files

Posted: 20 May 2014, 20:16
by crystalidea
It's all obvious. Internal viewer uses MapViewOfFile/etc and as for me it's a very simple plugin. btw hex mode has nothing to do with encodings, it must be always ANSI..

I do understand that converting salamander to Unicode is a task, but Internal Viewer could be at least unicode-aware (without using external viewers).