{
this.title = encodeWikistyle(title.toString());
this.editableWikiText = rawText;
if (lang.equalsIgnoreCase("Spanish")) {
this.cleaner = new SpanishWikiPageCleaner(this.title, rawText);
}
else if (lang.equalsIgnoreCase("Portuguese")) {
this.cleaner = new PortugueseWikiPageCleaner(this.title, rawText);
}
else {