在android edittext中键入土耳其语Utf-8字符不会显示

时间:2014-12-18 10:27:40

标签: android utf-8 android-edittext

当我在EditText中输入土耳其语字符(ç,ğ,ş)时,它不承认也不显示任何异常,我该怎么办?谢谢你。

我正在使用android studio,genymotion模拟器(我也试过avd和真正的手机)

我的布局说明:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical" >

<EditText 
    android:id="@+id/et_word"
    android:hint="@string/hint_word"
    android:inputType="text"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@android:drawable/edit_text"/>

0 个答案:

没有答案