Fix to agree exactly with http://www.mongolfont.com/en/misc/mnglkbd.html
requested to merge mfabian/ibus-table-mongol_bichig:fix-and-make-it-agree-to-specification into master
- Use the real characters instead of ASCII descriptions like MVS, FVS1, ...
- Fix all other mistakes where there were differences to http://www.mongolfont.com/en/misc/mnglkbd.html
- Add comments with the Unicode code points and character names (especially useful for the invisible characters like MVS, FVS1, ... helps a bit when editing this table, the comments say what should be there)
- Change SYMBOL and STATUS_PROMPT, a cyrillic letter seemed wrong there
- Change LAYOUT to default, this table is usable with many layouts
- DYNAMIC_ADJUST=FALSE, this table is a simple transliteration table, no table of candidates is shown, adjusting user frequencies of candidates is thus useless.
- MAX_KEY_LENGTH=1 (There are no longer keys in this table)
- Fix VALID_INPUT_CHARS (the cyrillic characters should be added there when the cyrillic part of the table is completed
- SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9,F10 (Select keys are not needed anyway because this table doesn't use a candidate list. But as the digits 0, 1, ...,9 are used by this table to input Mongolian digits, not specifying them in SELECT_KEYS is clearer.
- Add USER_CAN_DEFINE_PHRASE = FALSE and empty RULES (just for documentation)