Searched refs:utf8_replacement_char (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c137 static const char utf8_replacement_char[] = {0xef, 0xbf, 0xbd}; variable
2064 rbytes = sizeof(utf8_replacement_char);
2080 memcpy(outp, utf8_replacement_char, sizeof(utf8_replacement_char));
2255 if (archive_string_append(as, utf8_replacement_char, sizeof(utf8_replacement_char)) == NULL) {

Completed in 109 milliseconds