action fails to process non-ASCII Go source file on Windows #1539
Labels
Area: Report Processing
Issues with report processing
bug
Something isn't working
Coverage
Code Coverage
Low
Low Priority Issues (to be fixed or re-evaluated in 12 months
Problem: The action when running on Windows fails to set the default codepage to UTF-8, it likely runs in the default one CP-1252.
Example of source files containing non-ASCII characters like µ and ¹²:
https://github.com/periph/conn/blob/main/physic/doc.go
https://github.com/periph/conn/blob/main/physic/units.go
Windows (fails to handle utf-8):
https://github.com/periph/conn/actions/runs/10322595134/job/28578153166
macOS (handles utf-8): https://github.com/periph/conn/actions/runs/10322595134/job/28578152736
The text was updated successfully, but these errors were encountered: