kripken / xml.js

Port of libxml to JavaScript using Emscripten
Other
174 stars 67 forks source link

Doesn't work with cyrillic #30

Open kondr1 opened 4 years ago

kondr1 commented 4 years ago

Any cyrillic char will become any other char. This is doesn't allow use it lib =(

hmuus commented 4 years ago

similar, utf-8 with or without BOM fails on some chars. allowed linebreaks throw error too. error message claim no valid utf-8 is submitted, but chars and line breaks are allowed, so this is buggy