如何在Android中使用波斯文?

时间:2017-07-12 14:15:22

标签: android encoding utf-8

Android中的波斯语文本有问题。 我获得了带有ION库的页面代码并将其加载到文本视图中,但波斯语文本更改为?个字符:

sample image

1 个答案:

答案 0 :(得分:0)

我的xml代码

    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:backgroune3d="#f9faf9">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">

            <TextView
                android:id="@+id/txttest"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textSize="18dp" />
    </RelativeLayout>
    </ScrollView>
    </RelativeLayout>