1.0.45.14: fix handling of multibyte character encoding errors
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 16:59:56 +0000 (16:59 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 16:59:56 +0000 (16:59 +0000)
commit29dd8b299b1b12eed29e4a67aa378db009e93622
tree2812fca1ab7cdea8f7cf26f175619195f92db538
parent3930f31e885a51d72369cec5eaa8bb360aa134ee
1.0.45.14: fix handling of multibyte character encoding errors

 In encodings defined using DEFINE-MULTIBYTE-ENCODING, if there is no
 translation for the character, report the size as 0 -- replacements
 get their size accounted for elsewhere.

 Fixes lp#713063.
NEWS
src/code/external-formats/mb-util.lisp
tests/external-format.impure.lisp
version.lisp-expr