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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -