-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Excel Export
When creating by import or drag&drop a file that is a text file encoded in UTF-16, the NoteImporter fails to detect the charset correctly and falls back on latin-1.
Beyond the fact that this is wrong, it also means that the string will contain '\0' characters which will make PostgreSQL (at least) fail during save.