GenericMadScientist / CHOpt

Star Power optimisation for the masses!
GNU General Public License v3.0
32 stars 4 forks source link

Does not read files on Windows with non-ASCII characters or long paths #1

Closed GenericMadScientist closed 3 years ago

GenericMadScientist commented 4 years ago

Even though on my computer I've allowed long paths, if the path name is long enough chopt doesn't open the file. This also happens if non-ASCII characters are present, like in the example "[MODCHART] Ryu☆ - Mind Mapping (HaleyHalcyon).chart".

GenericMadScientist commented 3 years ago

The Unicode issue was solved by using nowide, and the long path problem was solved by using .manifest files.