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 | Method and Description |
---|---|
static RubyNKF.NKFCharset |
RubyNKF.NKFCharset.valueOf(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.
|
Copyright © 2001–2016 JRuby. All rights reserved.