Seeing this ERROR: unsupported Unicode escape sequence when submitting repo #1995
-
Currently trying to submit a repo to artifact hub. I'm seeing Repo Link: [https://github.com/strongdm/charts] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found my own answer. It appears the files were getting encoded in |
Beta Was this translation helpful? Give feedback.
I found my own answer. It appears the files were getting encoded in
UTF-16
. As soon as I updated the encoding for all the files toUTF-8
it worked. I have my vscode set toUTF-8
, but it appears that me using remote WSL2 instance for my vscode may be the culprit. Will do more research.