No accents, no special characters, 4 first letters all different
[BIP 39] Create catalan.txt #1061
pull fburrull wants to merge 1 commits into bitcoin:master from fburrull:patch-2 changing 1 files +2048 −0-
fburrull commented at 12:28 AM on February 1, 2021: none
-
0f6e38601f
Create catalan.txt
No accents, no special characters, 4 first letters all different
-
fburrull commented at 11:46 AM on February 1, 2021: none
wordlist has the following characteristics:
a) smart selection of words
- the wordlist is created in such a way that it's enough to type the first four letters to unambiguously identify the word
b) similar words avoided
c) sorted wordlist method: cat unsortedlist.txt | uniq -w 4 | sort > sortedandunambiguouslist.txt
- luke-jr renamed this:
Create catalan.txt
[BIP 39] Create catalan.txt
on Feb 3, 2021 - luke-jr added the label Proposed BIP modification on Feb 3, 2021
- Stevenans66 approved
- bitcoin deleted a comment on Feb 12, 2021
- bitcoin deleted a comment on Feb 12, 2021
- bitcoin deleted a comment on Feb 12, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
- bitcoin deleted a comment on Jun 13, 2021
-
kallewoof commented at 6:16 AM on June 13, 2021: member
Two violations of 4-first-letters-unique, and a duplicate pair.
badall badar
granada granular
incendi incendi
-
fburrull commented at 10:17 AM on June 13, 2021: none
Corrected: badar -> badina granular -> grao eliminated duplicated: "incendi" added: inert catalan.txt
-
luke-jr commented at 9:33 PM on July 2, 2021: member
- luke-jr closed this on Jul 2, 2021
Contributors