如何在崇高文字3中输入阿拉伯元音?

问题描述:

使用BIDI Plugin后,我的ST3似乎支持双向文本。但是,像阿拉伯等元音不能与辅音时正确显示:如何在崇高文字3中输入阿拉伯元音?

please click here to see image

我该怎么做才能让ST3秀阿拉伯语脚本正确喜欢在记事本?

使用此链接这里 按照说明安装

安装插件,你是好去。

Package for bidirectional text support

确保你已经正确地完成安装。

Copy the plugin folder to the following path 
C:\Users\USERNAME\AppData\Roaming\Sublime Text 3\Packages\ 

Copy unicodedata.pyd from ST installation directory to both, 
the main plugin folder which in your case is Sublime-Text-3- 
BIDI-master and inside bidi folder. 

Set your sublime user-settings to the following: 

{ 
"font-face": "arial", 
    "font_size": 11, 
    "default_encoding": "UTF-8", 
    "fallback_encoding": "Arabic (Windows 1256)" 
} 

通过查看rtl.py和保存

+0

我用这个插件重新加载插件,并支持** **辅音脚本,以及在投稿的图像显示。我的问题是关于显示元音,以及何时显示元素。你能提供一些建议吗? – MaoShuge

+0

检查编辑的答案。希望能帮助到你。 –

+0

您是否找到解决方案了? –