Skip to content

Commit f60bf00

Browse files
authored
Properly format so MD renders properly on GitHub
1 parent 1f6888e commit f60bf00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bip-0039/bip-0039-wordlists.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wordlists
1+
# Wordlists
22

33
* [English](english.txt)
44
* [Japanese](japanese.txt)
@@ -8,9 +8,9 @@
88
* [French](french.txt)
99
* [Italian](italian.txt)
1010

11-
##Wordlists (Special Considerations)
11+
## Wordlists (Special Considerations)
1212

13-
###Japanese
13+
### Japanese
1414

1515
1. **Developers implementing phrase generation or checksum verification must separate words using ideographic spaces / accommodate users inputting ideographic spaces.**
1616
(UTF-8 bytes: **0xE38080**; C/C+/Java: **"\u3000"**; Python: **u"\u3000"**)
@@ -23,20 +23,20 @@ separated phrase or tries to split the phrase input by the user, dealing with AS
2323
ideographic spaces may be a necessary step. As a long word split in two could be mistaken easily
2424
for two smaller words (This would be a problem with any of the 3 character sets in Japanese)
2525

26-
###Spanish
26+
### Spanish
2727

2828
1. Words can be uniquely determined typing the first 4 characters (sometimes less).
2929

3030
2. Special Spanish characters like 'ñ', 'ü', 'á', etc... are considered equal to 'n', 'u', 'a', etc... in terms of identifying a word. Therefore, there is no need to use a Spanish keyboard to introduce the passphrase, an application with the Spanish wordlist will be able to identify the words after the first 4 chars have been typed even if the chars with accents have been replaced with the equivalent without accents.
3131

3232
3. There are no words in common between the Spanish wordlist and any other language wordlist, therefore it is possible to detect the language with just one word.
3333

34-
###Chinese
34+
### Chinese
3535

3636
1. Chinese text typically does not use any spaces as word separators. For the sake of
3737
uniformity, we propose to use normal ASCII spaces (0x20) to separate words as per standard.
3838

39-
###French
39+
### French
4040

4141
Credits: @Kirvx @NicolasDorier @ecdsa @EricLarch
4242
([The pull request](https://github.com/bitcoin/bips/issues/152))

0 commit comments

Comments
 (0)