From f8f26a7519f9cafa4a4dcfe7546fa0df7a7c801e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:38:43 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- diff --git a/NKF.mod/NKF.pm b/NKF.mod/NKF.pm index 7b94555..9abd9bc 100644 --- a/NKF.mod/NKF.pm +++ b/NKF.mod/NKF.pm @@ -53,30 +53,38 @@ __END__ =head1 NAME -=begin man +=begin NKF - Perl extension for Network Kanji Filter -=end man +=begin COMMAND + +nkf - Network Kanji Filter + +=end =head1 SYNOPSIS -=begin man +=begin use NKF; $output = nkf("-s",$input); -=end man +=begin COMMAND + +nkf B<[-butjnesliohrTVvwWJESZxXFfmMBOcdILg]> B<[>IB<]> + +=end =head1 DESCRIPTION -=begin man +=begin This is a Perl Extension version of nkf (Network Kanji Filter). It converts the last argument and return converted result. Conversion details are specified by flags before the last argument. -=end man +=end B is a yet another kanji code converter among networks, hosts and terminals. It converts input kanji code to designated kanji code @@ -465,6 +473,28 @@ Unescape percent escaped characters. Decode character reference, such as "&#....;". +=begin COMMAND + +=item B<--in-place[=>IB<]> B<--overwrite[=>IB<]> + +Overwrite B listed files by filtered result. + +B --overwrite preserves timestamps of original files. + +=item B<--guess=[12]> + +Print guessed encoding and newline. (2 is default, 1 is only encoding) + +=item B<--help> + +Print nkf's help. + +=item B<--version> + +Print nkf's version. + +=end + =item B<--> Ignore rest of -option. @@ -477,12 +507,12 @@ Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA). Copyright (c) 1996-2015, The nkf Project. -=begin man +=begin =head1 SEE ALSO perl(1). nkf(1) -=end man +=end =cut