Go to file
Lukhnos Liu fadf8d431e Support Home/End/Del in input buffer, fixes #63.
Also fix two subtle issues:

1. Enter (not Return) key now works in candidate list
2. Cursor index should be compared against builder's length, *not*
   composed string's length, because the former is counted in
   code point but the latter in UTF-16 units. The composed string's
   length might therefore be longer if the string contains
   codepoints > U+FFFF, which would cause the cursor mechanism to
   be off.
2012-09-18 22:34:00 -07:00
McBopomofo.xcodeproj Fix path issuses in the project file. 2012-09-11 21:54:35 -07:00
Source Support Home/End/Del in input buffer, fixes #63. 2012-09-18 22:34:00 -07:00
Sphinx Initial import of Sphinx doc 2012-04-23 02:08:18 -07:00
.gitignore Creates a RTF file while building. 2011-10-17 01:47:03 +08:00
README.markdown some license issues 2011-09-07 18:18:42 -07:00

README.markdown

OpenVanilla McBopomofo 小麥注音輸入法

軟體授權

本專案主要程式碼以及編譯後軟體採用 MIT License 釋出,使用者可自由使用、散播本軟體,惟散播時必須保持軟體完整、不得修改版權文字。