Fixed bug in icu_buf_utf8_to_cstr (wrong length).
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Dec 2007 11:23:16 +0000 (11:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Dec 2007 11:23:16 +0000 (11:23 +0000)
commit98fd6745c622d0f3585a9cc5a2b7624472c6a028
tree6def1f11d2d0f9d4ecfc6bf5b55a1ed55ae53e34
parenteb70fee6c2f3154f7a8ef264810a3c015337b474
Fixed bug in icu_buf_utf8_to_cstr (wrong length).

Fixed bug in icu_buf_utf8_to_cstr . A string could be truncated because
its string length is set to 0 in icu_buf_utf8_resize. Function
icu_buf_utf8_resize no longer resets the string.
src/icu_I18N.c