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

时间:2017-04-04 08:47:06

标签: sublimetext3 arabic sublime-text-plugin

使用BIDI Plugin后,我的ST3似乎支持双向文本。但是,当使用辅音时,阿拉伯语元音等不能正确显示:

please click here to see image

如何让ST3像记事本一样正确显示阿拉伯语脚本?

1 个答案:

答案 0 :(得分:0)

在此处使用此链接 按照说明安装

安装插件,你很高兴。

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并保存

来重新加载插件