1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-08-17 02:09:16 -04:00
parent 34c34f227c
commit df10db140c
421 changed files with 4867 additions and 2429 deletions

View File

@@ -80,9 +80,9 @@ class GfmlStringHighlighter {
symBfr.Add_at(0, " ");
}
List_adp rv = List_adp_.new_();
rv.Add(posBfr.XtoStr());
rv.Add(rawBfr.XtoStr());
rv.Add(symBfr.XtoStr());
rv.Add(posBfr.To_str());
rv.Add(rawBfr.To_str());
rv.Add(symBfr.To_str());
if (symList.Count() > 0)
rv.Add("");
for (int i = 0; i < symList.Count(); i++)