How to show Arabic text on TextView on Android?
问题 In android Textview arabic text is not displaying properly it is breaking a word into alphabets. Is there any library or another way to resolve this issue? 回答1: you can use Farsi Class to do this. import android.content.Context; import android.graphics.Typeface; public final class Farsi { public static boolean isFarsiConversionNeeded = true; private final static String szLamAndAlef = Character .toString((char) 0xfedf) + Character.toString((char) 0xfe8e); // Lam + Alef private final static