bip39 icon indicating copy to clipboard operation
bip39 copied to clipboard

Fix switch to new language after manual input

Open gotcha opened this issue 3 years ago • 1 comments

oldPhrase must be normalized before searching for words. If not done, indexOf returns -1 on un-normalized words

The unnormalized words cannot be converted which induce broken mnemonic in new language.

gotcha avatar Mar 27 '22 21:03 gotcha

Is there an issue with the proposed fix ?

Do I need to give more details ?

gotcha avatar Apr 28 '22 07:04 gotcha