Describe the bug
When files containing characters such as é, like MenuOrderOption.cs, are viewed or cloned into non-Windows systems, the character é is wrongly encoded and results in � being used instead. This breaks building unless manually changed
Checked on MacOS and Ubuntu
To Reproduce
Clone the repo on a non-Windows system and view PKHeX/PKHeX.Core/Saves/Substructures/Gen8/ValueBlocks/MenuOrderOption.cs in a code editor. Or view the raw file on GitHub in any browser
Expected behavior
For the formatting to not be messed up and the correct character shown
Thanks; lemme know if there's any other problematic files re: encoding, or considerations for compiling on non-windows systems. I don't venture far from my Windows bubble ;)
Describe the bug When files containing characters such as
é
, like MenuOrderOption.cs, are viewed or cloned into non-Windows systems, the characteré
is wrongly encoded and results in�
being used instead. This breaks building unless manually changedChecked on MacOS and Ubuntu
To Reproduce Clone the repo on a non-Windows system and view
PKHeX/PKHeX.Core/Saves/Substructures/Gen8/ValueBlocks/MenuOrderOption.cs
in a code editor. Or view the raw file on GitHub in any browserExpected behavior For the formatting to not be messed up and the correct character shown
Screenshots