meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 504 forks source link

[webdav] Escape HTML entities by number #2600

Open CodingKoopa opened 2 years ago

CodingKoopa commented 2 years ago

This pull request addresses issue #2599 by escaping the HTML entities by number, rather than the shorthand identifiers that strict XML parsers don't understand.

To obtain the list, I:

This approach pollutes utils.cpp considerably, it may be better to split this off into a separate file.

Thanks!