aboutsummaryrefslogtreecommitdiff
path: root/system/nkf/README
diff options
context:
space:
mode:
authorDario Nicodemi <dario.sbo@gmail.com>2018-05-23 00:52:06 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-26 06:59:24 +0700
commit12f5b932f4efebdc66b3d29df09f20fbc4b4b9e9 (patch)
treee22e1fdf6697b1454e5a5871c5881ec4c8e03539 /system/nkf/README
parent5a49e43f8e16fb6b388a7063940be1e0ae280990 (diff)
system/nkf: Added (Network Kanji Filter).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nkf/README')
-rw-r--r--system/nkf/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/nkf/README b/system/nkf/README
new file mode 100644
index 000000000000..270572162ebf
--- /dev/null
+++ b/system/nkf/README
@@ -0,0 +1,14 @@
+Nkf is a yet another kanji code converter among networks, hosts and
+terminals. It converts input kanji code to designated kanji code
+such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
+
+One of the most unique faculty of nkf is the guess of the input
+kanji encodings. It currently recognizes ISO-2022-JP, Shift_JIS,
+EUC-JP, UTF-8, UTF-16 and UTF-32. So users needn't set the input
+kanji code explicitly.
+
+By default, X0201 kana is converted into X0208 kana.
+For X0201 kana, SO/SI, SSO and ESC-(-I methods are supported.
+
+For automatic code detection, nkf assumes no X0201 kana in
+Shift_JIS. To accept X0201 in Shift_JIS, use -X, -x or -S.