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

pull cornfeedhobo wants to merge 1 commits into bitcoin:master from cornfeedhobo:remove-editor-artifact-from-french-wordlist changing 1 files +1 −1
  1. cornfeedhobo commented at 2:22 PM on July 4, 2018: none

    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|
  2. Remove erroneous prefix bits c7d0fa8bfd
  3. cornfeedhobo cross-referenced this on Jul 4, 2018 from issue Add 7 languages from the bip39 spec by cornfeedhobo
  4. iancoleman commented at 9:47 PM on July 4, 2018: 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 https://github.com/bitcoin/bips/pull/622

  5. cornfeedhobo commented at 10:39 PM on July 4, 2018: none

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

  6. cornfeedhobo closed this on Jul 4, 2018


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 15:10 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me