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)
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.


No differences found