How to convert english characters to ANSII in java android -
i have string like
string name= "আমার নাম reyjohn";
[note "আমার নাম" bengali or southasian language]
i can convert string unicode ansii replacing characters string , when show converted string using ansii font in typeface "আমার নাম" showing correctly, "reyjohn" replaced other bengali character. best way convert asian language , show them exact english word?
what best way convert asian language
i think have check unicode of each , every character ... english characters lies b/w 67-127 , ascii table !
perfect english word asian language
how can solve jukto(connected) words in bangla font in android? , font name situated inside code , may code can .
Comments
Post a Comment