1
使用BIDI Plugin後,我的ST3似乎支持雙向文本。但是,像阿拉伯等元音不能與輔音時正確顯示:如何在崇高文字3中輸入阿拉伯元音?
please click here to see image
我該怎麼做才能讓ST3秀阿拉伯語腳本正確喜歡在記事本?
使用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和保存
我用這個插件重新加載插件,並支持** **輔音腳本,以及在投稿的圖像顯示。我的問題是關於顯示元音,以及何時顯示元素。你能提供一些建議嗎? – MaoShuge
檢查編輯的答案。希望能幫助到你。 –
您是否找到解決方案了? –