Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/187.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在android中显示转录字符_Android_Character_Transcription - Fatal编程技术网

如何在android中显示转录字符

如何在android中显示转录字符,android,character,transcription,Android,Character,Transcription,在我的sqlite DB数据上有如下转录字符 æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ 但其中一些不在Android下显示 如何正确显示? 我需要显示来自不同欧洲字母表的其他一些特殊字符 谢谢你的时间 解决了!!!如果有人感兴趣,您可以为TextView使用特殊字体,例如Lucida Sans Unicode。在我的例子中,我使用ja

在我的sqlite DB数据上有如下转录字符

æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ
但其中一些不在Android下显示 如何正确显示? 我需要显示来自不同欧洲字母表的其他一些特殊字符

谢谢你的时间


解决了!!!如果有人感兴趣,您可以为TextView使用特殊字体,例如Lucida Sans Unicode。

在我的例子中,我使用java的string replaceAll方法来处理这个问题。