Commit Graph

2 Commits

Author SHA1 Message Date
Bastien Bouclet
1e2651e4e1 COMMON: Introduce a charset encoding enumeration
This abstraction allows code to refer to charsets using an id instead
of their iconv names. Iconv names are implementation specific.
For example, libiconv names the Mac Central European charset
'maccentraleurope' while glibc-iconv uses 'mac-centraleurope'.

Fixes #1387.
2017-12-19 17:00:27 +01:00
Matthew Hoops
9816b06b17 COMMON: Add a function for converting strings using iconv 2014-09-09 16:00:16 +02:00