| Package | Description |
|---|---|
| org.jruby.ext.nkf |
| Modifier and Type | Field and Description |
|---|---|
static RubyNKF.NKFCharset |
RubyNKF.ASCII
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.AUTO
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.BASE64
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.BINARY
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.EUC
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.JIS
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.MIME_DETECT
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.NOCONV
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.OTHER
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.QENCODE
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.SJIS
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.UNKNOWN
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.UTF16
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.UTF32
Deprecated.
|
static RubyNKF.NKFCharset |
RubyNKF.UTF8
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,RubyNKF.NKFCharset> |
RubyNKF.Converter.options |
| Modifier and Type | Method and Description |
|---|---|
static RubyNKF.NKFCharset |
RubyNKF.NKFCharset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyNKF.NKFCharset[] |
RubyNKF.NKFCharset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Map<java.lang.String,RubyNKF.NKFCharset> |
RubyNKF.parseOpt(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.jruby.util.ByteList |
RubyNKF.Converter.convert_byte(org.jruby.util.ByteList str,
java.lang.String inputCharset,
RubyNKF.NKFCharset output) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static boolean |
RubyNKF.Converter.isMimeText(org.jruby.util.ByteList str,
java.util.Map<java.lang.String,RubyNKF.NKFCharset> options) |
| Constructor and Description |
|---|
Converter(ThreadContext ctx,
java.util.Map<java.lang.String,RubyNKF.NKFCharset> opt) |
DefaultConverter(ThreadContext ctx,
java.util.Map<java.lang.String,RubyNKF.NKFCharset> opt) |
MimeConverter(ThreadContext ctx,
java.util.Map<java.lang.String,RubyNKF.NKFCharset> opt) |