Ticket #120: utf8_conversions.diff
File utf8_conversions.diff, 320 bytes (added by , 19 years ago) |
---|
-
.cpp
old new 31 31 if (*srcLen == 0) { 32 32 // nothing to do! 33 33 DEBPRINT(("nothing to do\n")); 34 dst[0] = '\0'; 35 *dstLen = 0; 34 36 return B_OK; 35 37 } 36 38 iconv_t conversion = iconv_open(to,from);