} catch (final IOException e) {
throw new RobotCrawlAccessException("Could not load a content.", e);
}
try {
final EncodingHelper encodingHelper = SingletonS2Container
.getComponent(EncodingHelper.class);
encoding = encodingHelper.normalize(encoding);
} catch (final Exception e) {
// NOP
}
return encoding;