tyler-smith / go-bip39

The BIP39 library for Go.
MIT License
549 stars 196 forks source link

French accents are not matching accents from common keyboard layout #57

Open ferdodo opened 1 year ago

ferdodo commented 1 year ago

For example the word "siècle" 0x736965cc80636c65 will not match the word "siècle" 0x7369c3a8636c65.

One is coming from the word list and the other from utf8 text from any website.

I do not know which is the "correct" solution:

I'll probably find a workaround of my own to input this correctly. This might be worth looking into.