Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.i18n |
Modifier and Type | Method and Description |
---|---|
EncodingReader |
Env.getRuntimeEncodingFactory()
Returns the encoding used for runtime conversions, e.g.
|
Modifier and Type | Method and Description |
---|---|
static EncodingReader |
Encoding.getReadFactory(java.lang.String encoding)
Returns a Reader to translate bytes to characters.
|
Modifier and Type | Class and Description |
---|---|
class |
ISO8859_1Reader
Implements an encoding reader for ISO-8859-1
|
class |
JAVAReader
Implements an encoding reader for the Java (ascii) encoding
|
class |
JDKReader
Reader to handle any encoding by passing it to the JDK.
|
class |
UTF16_REVReader
Implements an encoding reader for UTF-16 using the reversed order.
|
class |
UTF16Reader
Implements an encoding reader for UTF-16.
|
class |
UTF8Reader
Implements an encoding reader for UTF8.
|
class |
WindowsHackReader
Implements an encoding reader to convert the stupid
windows "smart" quotes into ISO-8859-1 (Latin-1) characters.
|