• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

nkfのGitリポジトリのfork


Commit MetaInfo

Revision89dc15beea3e0e133e888bf49dd22be2305b4af4 (tree)
Time2010-04-19 03:00:48
AuthorNARUSE, Yui <naruse@user...>
CommiterNARUSE, Yui

Log Message

Fix documentation about MS_Kanji. [nkf-forum:50128]

Change Summary

Incremental Difference

--- a/NKF.mod/NKF.pm
+++ b/NKF.mod/NKF.pm
@@ -236,10 +236,9 @@ Replacing fullwidth >, <, ", & into '&gt;', '&lt;', '&quot;', '&amp;' as in HTML
236236
237237 =item B<-X -x>
238238
239-Assume X0201 kana in MS-Kanji.
240239 With B<-X> or without this option, X0201 is converted into X0208 Kana.
241240 With B<-x>, try to preserve X0208 kana and do not convert X0201 kana to X0208.
242-In JIS output, ESC-(-I is used. In EUC output, SSO is used.
241+In JIS output, ESC-(-I is used. In EUC output, SS2 is used.
243242
244243 =item B<-B[0-2]>
245244
@@ -371,7 +370,7 @@ Microsoft Version of EUC-JP.
371370
372371 =item Shift_JIS
373372
374-a.k.a. SJIS, MS-Kanji
373+a.k.a. SJIS
375374
376375 =item Windows-31J
377376
--- a/man/nkf.1.pm
+++ b/man/nkf.1.pm
@@ -214,10 +214,9 @@ Replacing fullwidth >, <, ", & into '&gt;', '&lt;', '&quot;', '&amp;' as in HTML
214214
215215 =item B<-X -x>
216216
217-Assume X0201 kana in MS-Kanji.
218217 With B<-X> or without this option, X0201 is converted into X0208 Kana.
219218 With B<-x>, try to preserve X0208 kana and do not convert X0201 kana to X0208.
220-In JIS output, ESC-(-I is used. In EUC output, SSO is used.
219+In JIS output, ESC-(-I is used. In EUC output, SS2 is used.
221220
222221 =item B<-B[0-2]>
223222
@@ -349,7 +348,7 @@ Microsoft Version of EUC-JP.
349348
350349 =item Shift_JIS
351350
352-a.k.a. SJIS, MS-Kanji
351+a.k.a. SJIS
353352
354353 =item Windows-31J
355354
--- a/nkf.1
+++ b/nkf.1
@@ -129,7 +129,7 @@
129129 .\" ========================================================================
130130 .\"
131131 .IX Title "nkf 1"
132-.TH nkf 1 "2009-11-17" "nkf 2.1.0" " "
132+.TH nkf 1 "2010-04-19" "nkf 2.1.0" " "
133133 .SH "NAME"
134134 nkf \- Network Kanji Filter
135135 .SH "SYNOPSIS"
@@ -260,10 +260,9 @@ Replacing fullwidth >, <, ", & into '&gt;', '&lt;', '&quot;', '&amp;' as in \s-1
260260 .RE
261261 .IP "\fB\-X \-x\fR" 4
262262 .IX Item "-X -x"
263-Assume X0201 kana in MS\-Kanji.
264263 With \fB\-X\fR or without this option, X0201 is converted into X0208 Kana.
265264 With \fB\-x\fR, try to preserve X0208 kana and do not convert X0201 kana to X0208.
266-In \s-1JIS\s0 output, \s-1ESC\-\s0(\-I is used. In \s-1EUC\s0 output, \s-1SSO\s0 is used.
265+In \s-1JIS\s0 output, \s-1ESC\-\s0(\-I is used. In \s-1EUC\s0 output, \s-1SS2\s0 is used.
267266 .IP "\fB\-B[0\-2]\fR" 4
268267 .IX Item "-B[0-2]"
269268 Assume broken JIS-Kanji input, which lost \s-1ESC\s0.
@@ -371,7 +370,7 @@ a.k.a. \s-1AT&T\s0 \s-1JIS\s0, Japanese \s-1EUC\s0, \s-1UJIS\s0
371370 Microsoft Version of \s-1EUC\-JP\s0.
372371 .IP "Shift_JIS" 4
373372 .IX Item "Shift_JIS"
374-a.k.a. \s-1SJIS\s0, MS-Kanji
373+a.k.a. \s-1SJIS\s0
375374 .IP "Windows\-31J" 4
376375 .IX Item "Windows-31J"
377376 a.k.a. \s-1CP932\s0
--- a/nkf.c
+++ b/nkf.c
@@ -901,7 +901,7 @@ usage(void)
901901 " Z[0-4] Default/0: Convert JISX0208 Alphabet to ASCII\n"
902902 " 1: Kankaku to one space 2: to two spaces 3: HTML Entity\n"
903903 " 4: JISX0208 Katakana to JISX0201 Katakana\n"
904- " X,x Assume X0201 kana in MS-Kanji, -x preserves X0201\n"
904+ " X,x Convert Halfwidth Katakana to Fullwidth or preserve it\n"
905905 );
906906 fprintf(HELP_OUTPUT,
907907 " O Output to File (DEFAULT 'nkf.out')\n"