Add /f secuence scape.

This commit is contained in:
Paulo Gustavo Veiga 2013-01-31 20:27:17 -03:00
parent ac7af5b8f1
commit e734ea350c

View File

@ -185,6 +185,7 @@ public class Mindmap {
xml = xml.replace("\\b", "\\\\b");
xml = xml.replace("\\t", "\\\\t");
xml = xml.replace("\\r", "\\\\r");
xml = xml.replace("\\f", "\\\\f");
xml = xml.trim();
}