Convert encoding even if encodings are identical.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 28 Mar 2009 11:50:51 +0000 (20:50 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 28 Mar 2009 11:50:51 +0000 (20:50 +0900)
commitaa3e1a5079053b45611d421d12e3f276dd2a461a
tree540518908d0b735ce6234bc98ea2986b272faa3a
parenta046ee9e84cf029b92a0c364c26a0b1fe4a24df4
Convert encoding even if encodings are identical.

recode_string must continue, even if the source and
target encodings are identical, because invalid bytes
in the source string need to become '?' to avoid
later problems.
src/libpspp/i18n.c