Hello,
Sorry if I post in wrong topic
I use a python script in a windows container based ltsc2019 image and it returns “LookupError: unknown encoding: cp65001”
I observed that chcp command returns 0 which means some issue regarding encoding code.
I set PYTHONIOENCODING=UTF-8 but it does not help.
I tried an old windows image (ltsc2016) and here everything is fine but I cannot use git commands because OpenSSH is not present on this image.
I tried to use a new image (ltsc2022) and everything is fine but the container is not compatible with OS build from host.
Do you have an idea how can I solve this issue on ltsc2019 or do you know what other image can I use to be compatible with OS build 19044 ?
Thank you!