diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-14 13:47:21 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-23 11:35:11 +0000 |
commit | 6f32c8d38f2c7ad269c4ccf84190ad6e917293a9 (patch) | |
tree | c118e0a585221c658c724c8681b8e6eee8062df5 /src/mm-charsets.h | |
parent | bc449cbe87ccebccbe35f926e88a2dd110832ddf (diff) |
charsets: avoid //TRANSLIT when converting to/from charsets
The //TRANSLIT extension is not always supported by the different
iconv() implementations that we may find out there, so let's
completely avoid using it.
For some of the charsets it actually didn't make much sense anyway,
e.g. as converting to UTF-16 or UTF-8 would always be possible without
requiring //TRANSLIT to take effect.
The //TRANSLIT extension was also being used sometimes in the source
charset identification, which was also not fully correct, as we would
only expect it in the target charset identification.
Diffstat (limited to 'src/mm-charsets.h')
0 files changed, 0 insertions, 0 deletions