*) Added some characters and their HTML-codes.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2060 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 19 years ago
parent a0ca4c5fb8
commit 152745b145

@ -188,6 +188,45 @@ public class wikiCode {
//patterns that will be replaced. To add new codes or patterns, just put them at the end
//of the list. Codes or patterns in this list can not be escaped with [= or <pre>
public static String[] characters={
"\u005E","&#094;",
"\u0060","&#096;",
"\u007B","&#123;",
"\u007C","&#124;",
"\u007D","&#125;",
"\u007E","&#126;",
"\u0082","&#130;",
"\u0083","&#131;",
"\u0084","&#132;",
"\u0085","&#133;",
"\u0086","&#134;",
"\u0087","&#135;",
"\u0088","&#136;",
"\u0089","&#137;",
"\u008A","&#138;",
"\u008B","&#139;",
"\u008C","&#140;",
"\u008D","&#141;",
"\u008E","&#142;",
"\u0091","&#145;",
"\u0092","&#146;",
"\u0093","&#147;",
"\u0094","&#148;",
"\u0095","&#149;",
"\u0096","&#150;",
"\u0097","&#151;",
"\u0098","&#152;",
"\u0099","&#153;",
"\u009A","&#154;",
"\u009B","&#155;",
"\u009C","&#156;",
"\u009D","&#157;",
"\u009E","&#158;",
"\u009F","&#159;",
"\u00A1","&iexcl;", //inverted (spanish) exclamation mark
"\u00A2","&cent;", //cent
"\u00A3","&pound;", //pound

Loading…
Cancel
Save