Briefly, I have 2 main columns “first name”, “last name” for storing data with first and last names, which are in Latin.
I tried to use different libraries based on the type of transliteration, but they do not work well with surnames such as BOLATKHANOV, it gives out as ""БОЛАТКХАНОВ" (although БОЛАТХАНОВ should come out)
Another example: ** TSAI **, it gives out as ""ТСАИ"" (but result should be as ""ЦАЙ"". libraries cannot identify "I" as "Y" in certain cases)
Is there any library that can help or something else?
I will be grateful for your answers!