Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous prefix bits from BIP-0039 french wordlist #697

Closed
wants to merge 1 commit into from
Closed

Remove erroneous prefix bits from BIP-0039 french wordlist #697

wants to merge 1 commit into from

Conversation

cornfeedhobo
Copy link

This PR seeks to remove a strange prefix found in the french wordlist.

This can be confirmed with hexdump -C -n 8 bip-0039/french.txt.

00000000  ef bb bf 61 62 61 69 73                           |...abais|

The first 8 bytes should be the word abaisser.

00000000  61 62 61 69 73 73 65 72                           |abaisser|

@iancoleman
Copy link
Contributor

See #537

That's the UTF8 BOM marker (3 bytes EF BB BF). You should not remove that, as it will disable automatic encoding recognition for some apps.

And further discussion in #622

@cornfeedhobo
Copy link
Author

@iamsamwood thanks. I'm going to close this and follow #622.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants