1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
/*
* Copyright 1999 Justsystem Corporation, Japan.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice appear in all copies and that
* both that copyright notice and this permission notice appear in
* supporting documentation, and that the name of Justsystem Corporation
* not be used in advertising or publicity pertaining to distribution
* of the software without specific, written prior permission. Justsystem
* Corporation makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without express
* or implied warranty.
*
* $B$3$N%G%#%l%/%H%j!<$K$O(B ATOK $B$N%i%$%V%i%j!<$r%"%/%;%9$9$k$?$a$N%3!<%I(B
* $B$*$h$S(B kinput2 $B$N%P%C%U%!$H(B $B%"%/%;%9%i%$%V%i%j!<$N%P%C%U%!$N(B
* $B%G!<%?$NJQ49$r9T$J$&%=!<%9$,B8:_$7$^$9!#(B
* ATOK $B$+$i(B $BLa$C$F$/$k%3!<%I$O!"(BUNICODE$B!"(BSHIFT JIS $B$G$9$,!"(B
* kinput2 $B$K=PNO$9$k$H$-$O!"(B EUC $B$KJQ49$7$F$$$^$9!#(B
* $B2?8D$+$N%=!<%9%U%!%$%k$K$O!"%a%C%;!<%8$,(BEUC$B$G$"$k$3$H$,A0Ds$K(B
* $B$J$C$F$$$^$9$N$G(B $B%3%s%Q%$%k$O$G$-$l$P(B EUC$B$G9T$J$C$F$/$@$5$$!#(B
*
*/
|