From a59c7a4095d1b86a7ce15092f011c916aa6080ee Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 6 Jun 2024 07:31:21 +0800 Subject: [PATCH] Fix typos (#39) --- _posts/2005-08-08-libchewing-0.2.7.markdown | 2 +- _posts/2005-10-01-win32-chewing-0.0.4.markdown | 2 +- _posts/2005-10-03-win32-chewing-0.0.5.markdown | 2 +- _posts/2005-10-09-win32-chewing-0.0.9.3.markdown | 2 +- _posts/2005-10-23-win32-chewing-0.2.0.markdown | 2 +- _posts/2008-10-01-libchewing-0.3.1.markdown | 2 +- _posts/2008-12-01-libchewing-0.3.2.markdown | 2 +- _posts/2024-01-27-libchewing-0_6_0.markdown | 2 +- _posts/2024-04-07-libchewing-0_7_0.markdown | 4 ++-- _projects/windows-cheiwng-tsf.html | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_posts/2005-08-08-libchewing-0.2.7.markdown b/_posts/2005-08-08-libchewing-0.2.7.markdown index d991b15..ef4bb53 100644 --- a/_posts/2005-08-08-libchewing-0.2.7.markdown +++ b/_posts/2005-08-08-libchewing-0.2.7.markdown @@ -8,7 +8,7 @@ What's New in libchewing 0.2.7 * Fix the keyboard type state changing bug. * Add new function to specify the space as the selection key. * Improved debug messages. -* Provide cutomized user-defined PinYin table support. +* Provide customized user-defined PinYin table support. * Add termination mechanism. * Successful stories: - Chewing has its Win32 porting (MS-IME) via OVIME (the Win32 port of OpenVanilla Input Method Framework). diff --git a/_posts/2005-10-01-win32-chewing-0.0.4.markdown b/_posts/2005-10-01-win32-chewing-0.0.4.markdown index 499345f..ad473a3 100644 --- a/_posts/2005-10-01-win32-chewing-0.0.4.markdown +++ b/_posts/2005-10-01-win32-chewing-0.0.4.markdown @@ -5,7 +5,7 @@ Win32-chewing 0.0.4 版釋出,請下載取用。 What's New in Win32-chewing 0.0.4 ---------------------------------------------------------- -* Succesfully ported to Microsoft Windows®. +* Successfully ported to Microsoft Windows®. * Add a configuration dialog where users can choose different keyboard layouts. * Add a toolbar button to switch between Chinese/English mode. * New installer and uninstaller diff --git a/_posts/2005-10-03-win32-chewing-0.0.5.markdown b/_posts/2005-10-03-win32-chewing-0.0.5.markdown index 2a41afb..781e9a0 100644 --- a/_posts/2005-10-03-win32-chewing-0.0.5.markdown +++ b/_posts/2005-10-03-win32-chewing-0.0.5.markdown @@ -5,7 +5,7 @@ Win32-chewing 0.0.5 版釋出,請下載取用。 What's New in Win32-chewing 0.0.5 ---------------------------------------------------------- -* Support Microsft Windows ® 98/ME. +* Support Microsoft Windows ® 98/ME. * Much better compatibility with IE, Word, Firefox, MSN, and other popular applications which have their own customized IME UI. * Commit composition string when the user switch to another keyboard layout * Much better stability. diff --git a/_posts/2005-10-09-win32-chewing-0.0.9.3.markdown b/_posts/2005-10-09-win32-chewing-0.0.9.3.markdown index 522424d..75a1a65 100644 --- a/_posts/2005-10-09-win32-chewing-0.0.9.3.markdown +++ b/_posts/2005-10-09-win32-chewing-0.0.9.3.markdown @@ -5,7 +5,7 @@ Win32-chewing 0.0.9.3 版釋出,請下載取用。 What's New in Win32-chewing 0.0.9.3 ---------------------------------------------------------- -* Fix wronly displayed multiple status bars. +* Fix wrongly displayed multiple status bars. * Solve all known Windows ® 98/ME compatibility issues. * COOL! Brand new gorgeous status bar witch changeable skin. * Do large scale source code refactoring to greatly enhance stability. diff --git a/_posts/2005-10-23-win32-chewing-0.2.0.markdown b/_posts/2005-10-23-win32-chewing-0.2.0.markdown index 7728d8a..ac97e40 100644 --- a/_posts/2005-10-23-win32-chewing-0.2.0.markdown +++ b/_posts/2005-10-23-win32-chewing-0.2.0.markdown @@ -5,7 +5,7 @@ Win32-chewing 0.2.0 釋出,請下載取用。 What's New in Win32-chewing 0.2.0 ---------------------------------------------------------- -* Attemp to support multi-monitor. (Not tested) +* Attempt to support multi-monitor. (Not tested) * Use new dictionary with new format and many fix. * Support vertical composition mode. * Display visual notification when user phrases are addad. diff --git a/_posts/2008-10-01-libchewing-0.3.1.markdown b/_posts/2008-10-01-libchewing-0.3.1.markdown index 3fefb35..a1772a2 100644 --- a/_posts/2008-10-01-libchewing-0.3.1.markdown +++ b/_posts/2008-10-01-libchewing-0.3.1.markdown @@ -24,7 +24,7 @@ What's New in libchewing 0.3.1 * Fix portability issues on FreeBSD. * Fix incorrect initialization. * Fix pinyin key order, put "shun" before "shuo". -* Fix various potenital boffer overflow bugs. +* Fix various potenital buffer overflow bugs. * Fix various memory leaks. * chewing_set_PinYinMethod to support multiple PinYin methods. * chewing_handle_CtrlOption was removed. diff --git a/_posts/2008-12-01-libchewing-0.3.2.markdown b/_posts/2008-12-01-libchewing-0.3.2.markdown index 3091a20..8f648dd 100644 --- a/_posts/2008-12-01-libchewing-0.3.2.markdown +++ b/_posts/2008-12-01-libchewing-0.3.2.markdown @@ -16,7 +16,7 @@ What's New in libchewing 0.3.2 * New APIs to enumerate supported keyboard types. * Repair improper memory access. * API united in Win32 and UNIX world. -* Initial Pythin binding support. +* Initial Python binding support. * Merged with libchewing-data project. (r342) * Canonical debugging messages. * Successful stories: diff --git a/_posts/2024-01-27-libchewing-0_6_0.markdown b/_posts/2024-01-27-libchewing-0_6_0.markdown index cf4bbf1..5914793 100644 --- a/_posts/2024-01-27-libchewing-0_6_0.markdown +++ b/_posts/2024-01-27-libchewing-0_6_0.markdown @@ -48,7 +48,7 @@ to have more frequent releases in the following months. - Fix strncpy warning in hash.c [Bo-Cheng Jhan]. - Fix unable to input some Bopomofos with ET26 layout [Hiunn-hué]. #235 - Fix double free in userphrase-hash's TerminateUserphrase [cwlin]. #254 - - Fix hash item offsett calculation in uhash [cwlin]. #255 + - Fix hash item offset calculation in uhash [cwlin]. #255 - Fix ChoiceEndChoice expression always true [Billy Su]. #258 - Fix clearing bopomofo buffer after switching Chi-Eng mode [Hiunn-hué]. #268 - Fix chewing_handle_Space cannot input space with empty buffer [Hiunn-hué]. #274 diff --git a/_posts/2024-04-07-libchewing-0_7_0.markdown b/_posts/2024-04-07-libchewing-0_7_0.markdown index 9328fce..acd4a0a 100644 --- a/_posts/2024-04-07-libchewing-0_7_0.markdown +++ b/_posts/2024-04-07-libchewing-0_7_0.markdown @@ -11,7 +11,7 @@ with the AFL++ fuzzer and most of the obvious bugs have been fixed so it should not crash for normal use. Now we invite power users to daily drive the beta release in order to find more subtle bugs. -The Rust rewrite is ABI compatiable with previous releases. The most notable +The Rust rewrite is ABI compatible with previous releases. The most notable difference with the C version includes a new portable dictionary format that can be used both as system dictionary and user dictionary. Users with existing user phrase dictionary will be automatically migrated. Old files will be backed up @@ -21,7 +21,7 @@ and loading multiple dictionaries in future releases. * Future roadmap - 0.8.x after bug bashing this version will be the first public release with rust implementation as the default. - - 0.9.x will focus on the stablization of the Rust crate API. + - 0.9.x will focus on the stabilization of the Rust crate API. - 1.0.0 will be the first public release of the Rust API. C implementation will be removed from the repository. diff --git a/_projects/windows-cheiwng-tsf.html b/_projects/windows-cheiwng-tsf.html index 5c83003..a1d8ced 100644 --- a/_projects/windows-cheiwng-tsf.html +++ b/_projects/windows-cheiwng-tsf.html @@ -65,7 +65,7 @@

新酷音輸入法常見問題QA

Q11:為什麼要成立 libchewing-data 子計畫?

A:考慮到程式編寫人員一方面要寫程式,一方面又要管理詞庫,負荷較大,如果成立子計畫,專門負責詞庫的管理,一方面可以讓程式編寫人員負擔減輕,另一方面又可以讓更多不會程式但是想加入的朋友加入 (換句話說,負責詞庫不一定要有程式基礎,人人都可以參與)。

-

Q12:疑?這些詞不是已經從靜態詞庫 (內建詞庫) 中 新增/刪除 了嗎? Changlog 是這樣寫的阿…為什麼還會 打不出來/出現 ?

+

Q12:疑?這些詞不是已經從靜態詞庫 (內建詞庫) 中 新增/刪除 了嗎? Changelog 是這樣寫的阿…為什麼還會 打不出來/出現 ?

A:ChewingServer.exe 會從靜態詞庫 (內建詞庫,c:\windows\system32\ime\ 裡面的 ch_index.dat, dict.dat, fonetree.dat, ph_index.dat, us_freq.dat) 和動態詞庫 (使用者詞庫,檔名是 uhash.dat ,在 C:\Documents and Settings\使用者\ApplicationData\Chewing\) 兩個地方找詞,如果內建詞庫裡面沒有的詞句,而在 uhash.dat 中可以找到詞句還是會出現,ex:我交給「擬了」,「擬了」一詞在內建詞庫中沒有,而在 uhash.dat 有找到,當打出上述語句時,「擬了」這個詞還是會出現,如果把 uhash.dat 中的「擬了」一詞刪除,因為內建詞庫和 uhash.dat 中都找不到,「擬了」就永遠消失了 (除非你再加進去…) ,還有如果有編輯過 uhash.dat 請記得存檔。