parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

Cloud Compiler cannot parse non-ASCII characters #201

Closed zfi closed 4 years ago

zfi commented 4 years ago

This addresses issue parallaxinc/solo#74 and #200.

The cloud compiler is parsing the source files with an ascii character set. Any characters above 0x7F in the source file cause the cloud compiler to fail parsing and ultimately fails the compile.

This patch replaces the horizontal line with an ASCII equivalent that will keep the parse happy.

zfi commented 4 years ago

See notes in issue 200. This change is no longer necessary.