mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.8.3.1
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user