geotagx / geotagx-project-template

A generic template and builder for GeoTag-X projects
GNU Affero General Public License v3.0
0 stars 5 forks source link

build.py does not recognize non-ascii characters #27

Closed larsbromley closed 8 years ago

larsbromley commented 8 years ago

We discovered that build.py does not recognize non-ascii characters. We had some 'Ü' in our help files and when we ran build.py it told us ''ascii' codec can't decode byte 0x92 in position 2798: ordinal not in range(128)'. We removed the character and then re-encoded in ANSI and it worked fine. I don't think this is documented and might be important, it would be great if it was fixed.