[Bug 272758] c16rtomb and c32rtomb wrong return value (at least on aarch64)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 17:25:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272758 --- Comment #4 from Dimitry Andric <dim@FreeBSD.org> --- Ugh, to make that more readable: > The initial conversion state corresponds, for a conversion in either > direction, to the beginning of a new multibyte character in the > initial shift state. A zero-valued mbstate_t object is (at least) one > way to describe an initial conversion state. A zero- valued mbstate_t > object can be used to initiate conversion involving any multibyte > character sequence, in any LC_CTYPE category setting. If an mbstate_t > object has been altered by any of the functions described in this > subclause, and is then used with a different multibyte character > sequence, or in the other conversion direction, or with a different > LC_CTYPE category setting than on earlier function calls, the behavior > is undefined. -- You are receiving this mail because: You are the assignee for the bug.