spdx / spec-parser

automagically process the specification
Apache License 2.0
6 stars 13 forks source link

Output file ANSI encoded - mkdocs is expecting UTF-8 #97

Open goneall opened 7 months ago

goneall commented 7 months ago

Running mkdocs against the output of the spec-parser generates the following error:

ERROR   -  Encoding error reading file: model\Licensing\Licensing.md
ERROR   -  Error reading page 'model/Licensing/Licensing.md': 'utf-8' codec can't decode byte 0x92 in position 1605:
           invalid start byte

The character in position 1605 is an ANSI apostrophe.

bact commented 3 weeks ago

I guess this is already fixed by #66 and can be close