You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it does not work because it is not used later on...
In bcv_parser.prototype.regexps.get_books:
for Czech language I see:
{
osis: ["Gen"],
regexp: /(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Prvn[ií][\s\xa0]*(?:kniha[\s\xa0]*Moj(?:zž|Mojzž))|1I|G(?:en(?:esis)?|n))|(?:Prvn[ií][\s\xa0]Moj(?:zž)|1I)|[1I][\s\xa0](?:kniha[\s\xa0]*Moj(?:zž|Mojzž))|[1I][\s\xa0]*Moj(?:zž))(?:(?=[\d\s\xa0.:,;\x1e\x1f&()()[]/"'*=~-\u2013\u2014])|$)/gi
}
with spaces defined as [\s\xa0] instead of bcv_parser.prototype.regexps.space
Hi,
I am currently struggling with (Lk 19,1–10) and alike references. The dash is ok, but can't make the space work.
I have tried to edit
the parser file in this way:
bcv_parser.prototype.regexps.space = "(?:[\s\xa0]| )";
Thank you
The text was updated successfully, but these errors were encountered: