See (stri_trans_nf docs)[https://rdrr.io/cran/stringi/man/stri_trans_nf.html]. I think we can implement that in validate_utf8 and simplify some code. So far the tests seem to pass... but our validation does more error handling that stringi_trans_nfc lets through, so we still need to deal with that.
See (stri_trans_nf docs)[https://rdrr.io/cran/stringi/man/stri_trans_nf.html]. I think we can implement that in validate_utf8 and simplify some code. So far the tests seem to pass... but our validation does more error handling that
stringi_trans_nfclets through, so we still need to deal with that.