simdutf8 icon indicating copy to clipboard operation
simdutf8 copied to clipboard

Will support API likes `String::from_utf8_lossy`

Open liuq19 opened this issue 1 year ago • 0 comments

The String::from_utf8_lossy is a std library API, and will replace all invalid utf8 char with \ufffd.

liuq19 avatar Nov 04 '24 07:11 liuq19