Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # (c) Apple Inc. 2014
- # Sample plug-in input source rule file.
- # The # character is used to indicate comments.
- # The file format must be plain text. The file encoding must be Unicode (UTF-16) with or without an initial BOM (Byte Order Mark).
- # The file consists of a number of tags, in uppercase ending with a colon, followed by the content of the tag.
- #
- # METHOD: This is the first entry in the file, defining the method used to implement the plug-in.
- # The only method currently supported is “TABLE”.
- #
- METHOD: TABLE
- #
- # ENCODE: This indicates whether the target is Traditional Chinese (“TC”), Simplified Chinese (“SC”), or Unicode (“Unicode”). All plug-in input sources appear as Unicode input sources in the Input Sources pane of Keyboard preferences.
- #
- ENCODE: Unicode
- #
- # PROMPT: This is the name of the plugin, shown in the Input Sources pane of Keyboard preferences and the Input menu.
- #
- PROMPT: Inkling
- #
- # DELIMITER: This defines the delimiter for characters or phrases with same input code.
- # In this case, we are using the comma character.
- #
- DELIMITER: ,
- #
- # VERSION: This is used to indicate the version number of your plug-in.
- #
- VERSION: 1.0
- #
- # MAXINPUTCODE: The limit of the number of characters that can be input for a single conversion.
- # There is no limit unless you specify one.
- #
- MAXINPUTCODE: 8
- #
- # VALIDINPUTKEY: The set of characters that can be used for input strings. These are case-insensitive but must be entered as one complete set.
- #
- VALIDINPUTKEY: 0123456789-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
- #
- # BEGINCHARACTER: This tag begins the definitions for the mappings and is required.
- # The format for each mapping is:
- # ...
- # Blank lines and characters are ignored.
- # The delimiter between output strings is that defined above by the DELIMITER tag.
- # Indicate that the mapping definitions have ended with the ENDCHARACTER tag.
- #
- BEGINCHARACTER
- i ĭ
- e Į
- a į
- u İ
- oi ¦
- ba §
- o ¤
- be ¨
- bi ª
- bo «
- bu IJ
- bie ¯
- boi °
- da ´
- de µ
- bai æ
- di ¶
- do ·
- du ¸
- fa »
- fe ¿
- fu À
- fi Á
- ga Â
- ge Ã
- gi Ä
- go Å
- gu Æ
- gai Ç
- ha È
- he É
- ho Ê
- hu ı
- ja Ë
- je Ì
- ji Í
- jie Î
- jo Ï
- ju Ð
- ka Ñ
- ke Ò
- ki Ó
- ko Ô
- ku Õ
- kai Ö
- koi ×
- ma Ø
- me Ù
- mi Ú
- mo Û
- mu Ü
- mai Ý
- na Þ
- ne ß
- ni à
- no á
- nu â
- nai ã
- noi ä
- pa å
- pe ç
- pi è
- po é
- pu ê
- pai ë
- pie ì
- ra í
- rai î
- re ï
- ri ð
- ro ñ
- ru ò
- rie ó
- sa ô
- se õ
- su ö
- si ø
- so ù
- sai ú
- sha û
- she ü
- sho ý
- shu þ
- shi ÿ
- shai Ā
- ta ā
- te Ă
- ti ă
- to Ą
- tu ą
- tai Ć
- tsa ć
- tsu Ĉ
- cha ĉ
- chi Ċ
- wa ċ
- wu Ď
- we ď
- wai Đ
- za đ
- ze Ē
- zi ē
- zo Ĕ
- zu ĕ
- zai Ė
- zoi ė
- zie Ę
- eyo ę
- eya Ě
- eyu ě
- uye Ĝ
- uya ĝ
- uyo Ğ
- ayo ğ
- ayu Ġ
- oye ġ
- iyo Ģ
- oya ģ
- iya Ĥ
- oyu ĥ
- iyu Ħ
- uno ħ
- ise Ĩ
- ena ĩ
- ati Ī
- ane ī
- ota Ĭ
- #
- # ENDCHARACTER: This terminates the mapping definitions and is the last character in the file.
- #
- ENDCHARACTER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement