[Libs/iconv] Swaped "to" and "from" encodings #126
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Either
iconv_open()
creates an invalid handler oriconv()
handles it incorrectly. The result is swapped "from" and "to" encodings. However, this works inC--
programs becauseiconv_open()
is called with swapped parameters. In addition,iconv()
should not write a null terminator to the output string.Libs/iconv: Swaped "to" and "from" encodingsto [Libs/iconv] Swaped "to" and "from" encodings