How to ajust Arabic 'aarab' characters? Please see my code
问题 I am trying to display arabic text with custom font. my code is as following: package com.androidbook.test; import java.io.BufferedInputStream; import java.io.InputStream; import org.apache.http.util.ByteArrayBuffer; import android.app.Activity; import android.graphics.Typeface; import android.os.Bundle; import android.widget.TextView; public class ArabicTextActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super