Skip to content

running great-docs build on windows 11 throws a encoding error #44

@novica

Description

@novica

Hi, Thanks for this package. I wanted to try it, and I am seeing an issue that seems like an encoding thing on Windows, but I am not sure.

scripts/post-render.py
Traceback (most recent call last):
  File "C:\...\great-docs\scripts\post-render.py", line 1752, in <module>
    content = file.read()
  File "C:\...\AppData\Roaming\uv\python\cpython-3.13.9-windows-x86_64-none\Lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 14114: character maps to <undefined>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions