public class RubyNKF extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RubyNKF.NKFCharset |
Modifier and Type | Field and Description |
---|---|
static RubyNKF.NKFCharset |
ASCII
Deprecated.
|
static RubyNKF.NKFCharset |
AUTO
Deprecated.
|
static RubyNKF.NKFCharset |
BASE64
Deprecated.
|
static RubyNKF.NKFCharset |
BINARY
Deprecated.
|
static RubyNKF.NKFCharset |
EUC
Deprecated.
|
static RubyNKF.NKFCharset |
JIS
Deprecated.
|
static RubyNKF.NKFCharset |
MIME_DETECT
Deprecated.
|
static Map<Integer,String> |
NKFCharsetMap |
static RubyNKF.NKFCharset |
NOCONV
Deprecated.
|
static RubyNKF.NKFCharset |
OTHER
Deprecated.
|
static RubyNKF.NKFCharset |
QENCODE
Deprecated.
|
static RubyNKF.NKFCharset |
SJIS
Deprecated.
|
static RubyNKF.NKFCharset |
UNKNOWN
Deprecated.
|
static RubyNKF.NKFCharset |
UTF16
Deprecated.
|
static RubyNKF.NKFCharset |
UTF32
Deprecated.
|
static RubyNKF.NKFCharset |
UTF8
Deprecated.
|
Constructor and Description |
---|
RubyNKF() |
Modifier and Type | Method and Description |
---|---|
static void |
createNKF(Ruby runtime) |
static IRubyObject |
guess(ThreadContext context,
IRubyObject recv,
IRubyObject s) |
static IRubyObject |
guess1(ThreadContext context,
IRubyObject recv,
IRubyObject str) |
static IRubyObject |
guess2(ThreadContext context,
IRubyObject recv,
IRubyObject str) |
static IRubyObject |
nkf(ThreadContext context,
IRubyObject recv,
IRubyObject opt,
IRubyObject str) |
static Command |
parseOption(String s) |
@Deprecated public static final RubyNKF.NKFCharset AUTO
@Deprecated public static final RubyNKF.NKFCharset JIS
@Deprecated public static final RubyNKF.NKFCharset EUC
@Deprecated public static final RubyNKF.NKFCharset SJIS
@Deprecated public static final RubyNKF.NKFCharset BINARY
@Deprecated public static final RubyNKF.NKFCharset NOCONV
@Deprecated public static final RubyNKF.NKFCharset UNKNOWN
@Deprecated public static final RubyNKF.NKFCharset ASCII
@Deprecated public static final RubyNKF.NKFCharset UTF8
@Deprecated public static final RubyNKF.NKFCharset UTF16
@Deprecated public static final RubyNKF.NKFCharset UTF32
@Deprecated public static final RubyNKF.NKFCharset OTHER
@Deprecated public static final RubyNKF.NKFCharset BASE64
@Deprecated public static final RubyNKF.NKFCharset QENCODE
@Deprecated public static final RubyNKF.NKFCharset MIME_DETECT
public static void createNKF(Ruby runtime)
public static IRubyObject guess(ThreadContext context, IRubyObject recv, IRubyObject s)
public static IRubyObject guess1(ThreadContext context, IRubyObject recv, IRubyObject str)
public static IRubyObject guess2(ThreadContext context, IRubyObject recv, IRubyObject str)
public static IRubyObject nkf(ThreadContext context, IRubyObject recv, IRubyObject opt, IRubyObject str)
Copyright © 2001-2015 JRuby. All Rights Reserved.