Browse CVS Repository
Contents of /canna/canna/WHATIS
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 |
What is Canna? |
| 3 |
|
| 4 |
Canna is a Japanese input system available in Free Software. |
| 5 |
Canna provides a unified user interface for inputing Japanese. |
| 6 |
|
| 7 |
Canna supports Nemacs(Mule), kinput2 and canuum. All of these |
| 8 |
tools can be used by a single customization file, romaji-to-kana |
| 9 |
conversion rules and conversion dictionaries, and input Japanese in |
| 10 |
the same way. |
| 11 |
|
| 12 |
Canna converts kana to kanji based on a client-server model and |
| 13 |
supports automatic kana-to-kanji conversion. |
| 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,v 2.7 1996/11/07 01:20:48 kon Exp $) |
| |