Browse CVS Repository
Contents of /canna/canna/WHATIS.jp
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Sat Oct 19 08:27:28 2002 UTC
(21 years, 6 months ago)
by aida_s
Branch: NEC_CORP, MAIN
CVS Tags: release_3_7_p1, release_3_7_p2, release_3_7_p3, release_3_6_p3, release_3_6_p2, release_3_6_p1, release_3_7_beta1, release_3_6_p4, relbr_3_7_bp, after_new_zipcode, relbr_3_bp, before_autoconf, after_new_wchar, after_fujieda_patches, before_new_wchar, after_win_removal, before_win_removal, after_autoconf, release_3_7, release_3_6, before_cvsignore, after_cvsignore, orig_35b2, before_new_zipcode, HEAD
Branch point for: RELBR_3_7, RELBR_3_6
Changes since 1.1: +0 -0 lines
Virgin import of Canna 3.5b2.
| 1 |
---------------------- |
| 2 |
『かんな』とは? |
| 3 |
|
| 4 |
『かんな』はいくつかあるフリーの日本語入力システムの一つです。『かんな』 |
| 5 |
の特徴として「いつでもどこでも同様の操作を提供している」ことがあります。 |
| 6 |
|
| 7 |
例えば Mule、Nemacs、kinput2、canuum などで『かんな』が使えますが、こ |
| 8 |
れらのツール間で同じカスタマイズファイル、同じローマ字かな変換テーブル、 |
| 9 |
そしてもちろん同じかな漢字変換辞書が使え、操作方法も同じ操作で利用でき |
| 10 |
ます。 |
| 11 |
|
| 12 |
『かんな』は Wnn などと同様クライアント・サーバ方式でかな漢字変換を行っ |
| 13 |
ています。『かんな』は逐次自動変換もサポートしています。 |
| 14 |
---------------------- |
| 15 |
|
| 16 |
/* Copyright 1994 NEC Corporation, Tokyo, Japan. |
| 17 |
* |
| 18 |
* Permission to use, copy, modify, distribute and sell this software |
| 19 |
* and its documentation for any purpose is hereby granted without |
| 20 |
* fee, provided that the above copyright notice appear in all copies |
| 21 |
* and that both that copyright notice and this permission notice |
| 22 |
* appear in supporting documentation, and that the name of NEC |
| 23 |
* Corporation not be used in advertising or publicity pertaining to |
| 24 |
* distribution of the software without specific, written prior |
| 25 |
* permission. NEC Corporation makes no representations about the |
| 26 |
* suitability of this software for any purpose. It is provided "as |
| 27 |
* is" without express or implied warranty. |
| 28 |
* |
| 29 |
* NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 30 |
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN |
| 31 |
* NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
| 32 |
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
| 33 |
* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 34 |
* OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 35 |
* PERFORMANCE OF THIS SOFTWARE. |
| 36 |
*/ |
| 37 |
|
| 38 |
($Id: WHATIS.jp,v 1.4 1994/06/01 08:17:09 misao Exp $) |
| |