mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-09 16:13:41 +02:00
.github
cmake-proxies
dox2-src
help
images
include
lib-src
linux
locale
mac
modules
nyq-po
nyquist
plug-ins
presets
qa
scripts
mw2html_audacity
piped-work
CMakeLists.txt
dot-emacs
graph.pl
mailman-discard.pl
maketarball.cmake
maketarball.sh
src
tests
win
.gitattributes
.gitignore
ABOUT-NLS
CHANGELOG.txt
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL
LICENSE.txt
PULL_REQUEST_TEMPLATE.md
README.md
README.txt
audacity.dox
todo.txt
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.