John Grigutis
Results
2
comments of
John Grigutis
Sure, let me know what info you'd like, but I think I found the problem: https://github.com/nodejs/docker-node/issues/1734 At first I tried using node 18 instead, but that had the same problem...
After a little more research, it looks like the culprit is Text::vCard::Node->_wrap(). It wraps the lines at a set number of octets regardless if the characters are multibyte. But the...