IntersectMBO / cardano-addresses

Addresses and mnemonic manipulation & derivations
Apache License 2.0
144 stars 46 forks source link

Fix windows utf-8 issues #256

Closed angerman closed 3 months ago

angerman commented 3 months ago

This ensure we force the rigth codepages on windows to support utf8 caracters in the haskell source for the tests.

hamishmack commented 3 months ago

This has fixed the cross compiled Windows issue. It does not fix the windows ghc 9.6.5 issue in the GitHub action (so we have left that disabled for now).