Package org.jruby.ext.nkf
Class RubyNKF
java.lang.Object
org.jruby.ext.nkf.RubyNKF
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.private static final ByteListstatic final RubyNKF.NKFCharsetDeprecated.private static final ByteListstatic final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.private static final ByteListprivate static final ByteListstatic final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated.static final RubyNKF.NKFCharsetDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static IRubyObjectcharsetMappedValue(Ruby runtime, RubyNKF.NKFCharset charset) static voidstatic RubyNKF.NKFCharsetguess(ThreadContext context, IRubyObject s) static IRubyObjectguess(ThreadContext context, IRubyObject recv, IRubyObject s) static IRubyObjectguess1(ThreadContext context, IRubyObject recv, IRubyObject str) static IRubyObjectguess2(ThreadContext context, IRubyObject recv, IRubyObject str) static voidstatic IRubyObjectnkf(ThreadContext context, IRubyObject recv, IRubyObject opt, IRubyObject str) private static Map<String,RubyNKF.NKFCharset> static Command
-
Field Details
-
BEGIN_MIME_STRING
-
END_MIME_STRING
-
PACK_BASE64
-
PACK_QENCODE
-
NKFCharsetMap
-
AUTO
Deprecated. -
JIS
Deprecated. -
EUC
Deprecated. -
SJIS
Deprecated. -
BINARY
Deprecated. -
NOCONV
Deprecated. -
UNKNOWN
Deprecated. -
ASCII
Deprecated. -
UTF8
Deprecated. -
UTF16
Deprecated. -
UTF32
Deprecated. -
OTHER
Deprecated. -
BASE64
Deprecated. -
QENCODE
Deprecated. -
MIME_DETECT
Deprecated.
-
-
Constructor Details
-
RubyNKF
public RubyNKF()
-
-
Method Details
-
load
-
createNKF
-
guess
-
guess
-
charsetMappedValue
-
guess1
-
guess2
-
nkf
public static IRubyObject nkf(ThreadContext context, IRubyObject recv, IRubyObject opt, IRubyObject str) -
parseOption
-
parseOpt
-