mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
The conversion from Python2 to Python3 had some issues. - Characters outside the ASCII range got converted to \xe2\x80 numbers - Single quotes got escaped. - The entire doc was enclosed in quotes. These changes address those, and also remove html comments.