Android“ meen”和“ noon”阿拉伯语问题

问题描述 投票:0回答:1

[我已经尝试过波斯语和阿拉伯文拼音库,但是当存在塔什基尔时,它们都存在与“ meen”和“ noon”有关的问题,有人解决了这个问题吗?

这是问题:

http://postimg.org/image/8wjlnhvqt/

android arabic
1个回答
0
投票

我使用了这个改进的库,在这里效果更好:

https://github.com/agawish/Better-Arabic-Reshaper/

然后使用以下代码

ArabicUtilities aru=new ArabicUtilities();
aru.getArabicEnabledTextView(getApplicationContext(), tv);
tv.setText(aru.reshape("\n"+edit)+"\n");
© www.soinside.com 2019 - 2024. All rights reserved.