代码搜索:NKF
找到约 22 项符合「NKF」的源代码
代码结果 22
www.eeworm.com/read/182888/9187096
1 nkf.1
.TH NKF 1L 8/NOV/97
.SH NAME
nkf \- Network Kanji code conversion Filter v1.7
.SH SYNOPSIS
.B nkf
[
.B options
] [
.B file
]
.SH DESCRIPTION
.PP
.B Nkf
is a yet another kanji code converter among netw
www.eeworm.com/read/182888/9187105
c nkf.c
/** Network Kanji Filter. (PDS Version)
************************************************************************
** Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA)
** $BO"Mm@h!'(B $B!J3t!KIY;NDL8
www.eeworm.com/read/182888/9187109
pm nkf.pm
package NKF;
use strict;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
# Items to export into callers namespace by default. No
www.eeworm.com/read/182888/9187118
xs nkf.xs
#ifdef __cplusplus
extern "C" {
#endif
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus
}
#endif
/* we never use getc, ungetc */
#undef getc
#undef ungetc
#define getc(f)
www.eeworm.com/read/182888/9187095
pl nkf_test.pl
#!/usr/local/bin/perl
#
# nkf test program for nkf 1.7
# Shinji KONO
# Sun Aug 18 12:25:40 JST 1996
# Sun Nov 8 00:16:06 JST 1998
#
# This is useful when you add new patch
www.eeworm.com/read/182888/9187098
manifest
nkf.doc
MANIFEST
Makefile
nkf.1
nkf.1j
nkf.c
nkf_test.pl
NKF/Changes
NKF/MANIFEST
NKF/Makefile.PL
NKF/NKF.pm
NKF/NKF.xs
NKF/README
NKF/test.pl
www.eeworm.com/read/109233/6175934
rb kconv.rb
require 'nkf'
module Kconv
AUTO = NKF::AUTO
JIS = NKF::JIS
EUC = NKF::EUC
SJIS = NKF::SJIS
BINARY = NKF::BINARY
NOCONV = NKF::NOCONV
UNKNOWN = NKF::UNKNOWN
def kconv(str, out_code, in