NPP_ExportPlugin icon indicating copy to clipboard operation
NPP_ExportPlugin copied to clipboard

Umlauts are wrongly exported if file encoding is ANSI (Notepad++ 7.8)

Open dfs- opened this issue 6 years ago • 5 comments

Exporting a text from an ANSI encoded file, that contains German umlauts convertes them into random symbols. It also combines the next character into it. This issue does not appear with UTF-8 and UTF-8-BOM files.

See also the attached screenshot. 2019-10-14 17_47_59

dfs- avatar Oct 14 '19 15:10 dfs-

@dfs- Which version of N++ and plugin do you use on which windows version? 32 or 64 bit.

chcg avatar Oct 14 '19 18:10 chcg

I‘m sorry. It‘s a 64-bit Windows 10 running Notepad++ 7.8 32 bit and the latest NppExport build (0.2.9)

dfs- avatar Oct 14 '19 18:10 dfs-

@dfs- Which export do you use? HTML or RTF. Or do you use "copy RTF|HTML to clipboard"? Export to HTML seems to be ok for me.

chcg avatar Oct 14 '19 18:10 chcg

„Export all formats to clipboard“. I never bothered checking the other methods for mails. :)

dfs- avatar Oct 14 '19 18:10 dfs-

Update: Does not happen when using the "Copy RTF to clipboard" command, but does happen when using the context menu entry (Plugin commands > Copy Text with Syntax Highlighting).

dfs- avatar Oct 15 '19 05:10 dfs-