Changes between Initial Version and Version 1 of Ticket #69462, comment 2
- Timestamp:
- Mar 9, 2024, 7:36:24 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69462, comment 2
initial v1 5 5 This issue can be solved by correcting them as follows. 6 6 7 {{{ 7 8 static int 8 9 utf8mac_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) … … 10 11 static int 11 12 utf8mac_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) /* n == 0 is acceptable */ 13 }}}