]> git.sesse.net Git - vlc/commit
Mimic a behavior of GNU libiconv on OS/2
authorKO Myung-Hun <komh78@gmail.com>
Tue, 10 Jan 2012 12:07:03 +0000 (21:07 +0900)
committerRafaël Carré <funman@videolan.org>
Fri, 17 Feb 2012 08:46:58 +0000 (03:46 -0500)
commit8acdc1f532606e84d70c26066dc750a5a1867ac2
tree45d547d0d2942079a7a85810f77835f7667faf74
parent2cc70e681e8c5aab68679180f03eaf60cc8ded38
Mimic a behavior of GNU libiconv on OS/2

DBCS countries assign their currency symbol to '\', ASCII 92. This causes
an unexpected behavior when converting a directory separator on OS/2.
In case of GNU libiconv, it does not treat '\', ASCII 92, as a currency
symbol at all. So let's mimic GNU libiconv.

Signed-off-by: Rafaël Carré <funman@videolan.org>
src/extras/libc.c