Hi @dijs and thank you very much for the great work!
I have tried parsing the wikitext of the article in Cyrillic language (Ukrainian) and looks like the lib doesn't support the Cyrillic text.
var infoboxParser = require("infobox-parser");
var result = infoboxParser(`{{Вулиця України
|назва = Вулиця Підвальна
|населений пункт = Львів
}}`)
Currently this code results in an empty object.
Do you plan to add a support for the Cyrillic text?
Hi @dijs and thank you very much for the great work!
I have tried parsing the wikitext of the article in Cyrillic language (Ukrainian) and looks like the lib doesn't support the Cyrillic text.
Currently this code results in an empty object.
Do you plan to add a support for the Cyrillic text?