Difference between revisions of "Punctuation"

From Fcitx
Jump to navigation Jump to search
(Marked this version for translation)
m (Text replacement - "<translate1>" to "<translate>")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
+
<languages/>
 +
 
  
 
<translate>
 
<translate>
Line 16: Line 17:
 
== Configuration == <!--T:3-->
 
== Configuration == <!--T:3-->
 
=== Path ===
 
=== Path ===
The punctuation is based on language of input method. For example, Simplified Chinese will use data/punc.mb.zh_CN and traditional Chinese will use data/punc.mb.zh_TW. (Base Path for user is ~/.config/fcitx, and system path usually will be /usr/share/fcitx )
+
The punctuation is based on language of input method. For example, Simplified Chinese will use data/punc.mb.zh_CN and traditional Chinese will use data/punc.mb.zh_TW. (Base Path for user is ~/.config/fcitx, and system path usually will be /usr/share/fcitx ), so for example complete user path for Simplified Chinese will be ~/.config/fcitx/data/punc.mb.zh_CN.
  
 
=== Format === <!--T:4-->
 
=== Format === <!--T:4-->
Following is the content of data/punc.mb.zh_CN in Fcitx. As you can see, you need a character in the first column, and one or two utf8 string after that. If there is two string, for example " “ ”, the first time you use it will be “ and the second time will be ”.
+
Following is the content of data/punc.mb.zh_CN in Fcitx. As you can see, you need a single character in the first column, and one or two space separated string after that, the file encoding is required to be UTF-8. If there is two string, for example " “ ”, the first time you use it will be “ and the second time will be ”.
  
 
  <!--T:5-->
 
  <!--T:5-->

Latest revision as of 22:54, 2 February 2016


Punctutation
Version 4.2.1
Written In C
License GPLv2
Type Module

Intro

Punctuation is a module that can convert punctuation to other format punctuation. For example, in simplified Chinese, people usually use "," instead of ",".

Configuration

Path

The punctuation is based on language of input method. For example, Simplified Chinese will use data/punc.mb.zh_CN and traditional Chinese will use data/punc.mb.zh_TW. (Base Path for user is ~/.config/fcitx, and system path usually will be /usr/share/fcitx ), so for example complete user path for Simplified Chinese will be ~/.config/fcitx/data/punc.mb.zh_CN.

Format

Following is the content of data/punc.mb.zh_CN in Fcitx. As you can see, you need a single character in the first column, and one or two space separated string after that, the file encoding is required to be UTF-8. If there is two string, for example " “ ”, the first time you use it will be “ and the second time will be ”.

. 。
, ,
? ?
" “ ”
: :
; ;
' ‘ ’
< 《
> 》
\ 、
! !
$ ¥
^ ……
* ×
_ ——
( (
) )
[ ·
] [ ]