gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

stri_trans_general("Ёё","russian-latin/bgn") yields "Ëyë" #308

Closed victorn1 closed 6 years ago

victorn1 commented 6 years ago

> stri_trans_general("Ёё","russian-latin/bgn") [1] "Ëyë"

The letters "ё" are not held correctly for "russian-latin/bgn" transcoding. Please add conversion of "ё" to latin "e", not to unicode "ё".

(R 3.5.0 i386, RStudio, Windows 7)

gagolews commented 6 years ago

This is defined by the ICU lib, not part of stringi.