Package | Description |
---|---|
org.archive.wayback.archivalurl | |
org.archive.wayback.replay | |
org.archive.wayback.replay.charset | |
org.archive.wayback.replay.mimetype |
Modifier and Type | Method and Description |
---|---|
CharsetDetector |
ArchivalUrlSAXRewriteReplayRenderer.getCharsetDetector() |
Modifier and Type | Method and Description |
---|---|
void |
ArchivalUrlSAXRewriteReplayRenderer.setCharsetDetector(CharsetDetector charsetDetector) |
Modifier and Type | Method and Description |
---|---|
CharsetDetector |
TextReplayRenderer.getCharsetDetector() |
Modifier and Type | Method and Description |
---|---|
void |
TextReplayRenderer.setCharsetDetector(CharsetDetector charsetDetector) |
Modifier and Type | Class and Description |
---|---|
class |
RotatingCharsetDetector |
class |
StandardCharsetDetector
CharsetDetector that roughly follows steps prescribed by
WHAT-WG recommendation:,
with following simplifications:
no support for inheriting parent browsing context's character encoding
(information is not readily available to Wayback)
default is fixed to UTF-8 , regardless of user's locale (a crawler's
locale information is not readily available to Wayback)
does not support confidence, thus does not support
encoding switching (this is more about CharsetDetector 's
design)
CHANGE 1.8.1 2014-07-07: added BOM detection as the first step. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMimeTypeDetector.setCharsetDetector(CharsetDetector charsetDetector)
CharsetDetector to use for detecting character encoding. |
Copyright © 2005–2015 IIPC. All rights reserved.