Changes between Initial Version and Version 1 of Ticket #69462, comment 2


Ignore:
Timestamp:
Mar 9, 2024, 7:36:24 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69462, comment 2

    initial v1  
    55This issue can be solved by correcting them as follows.
    66
     7{{{
    78static int
    89utf8mac_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n)
     
    1011static int
    1112utf8mac_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) /* n == 0 is acceptable */
     13}}}