Skip to content

Added support for Windows-125* character sets in CSV import.

Ghost User requested to merge (removed):support_more_charsets into master

Excel still does not export CSV as UTF-8, using the 8-bit system character set instead, so support for these charsets comes in handy. This also updates the convertCharacterEncoding() function to be a bit smarter when choosing its backend.

Merge request reports