summaryrefslogtreecommitdiff
path: root/bip-0039
diff options
context:
space:
mode:
authorblag <blag@users.noreply.github.com>2017-04-12 13:11:36 -0600
committerGitHub <noreply@github.com>2017-04-12 13:11:36 -0600
commitf60bf00957ef8a18690a3269e2b24afddd65dd5b (patch)
tree9906f0a9827fe98266d555f4637d940bc0c1a939 /bip-0039
parent1f6888e96daeb27444870fc00511a3381167bcf9 (diff)
downloadbips-f60bf00957ef8a18690a3269e2b24afddd65dd5b.tar.xz
Properly format so MD renders properly on GitHub
Diffstat (limited to 'bip-0039')
-rw-r--r--bip-0039/bip-0039-wordlists.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/bip-0039/bip-0039-wordlists.md b/bip-0039/bip-0039-wordlists.md
index aef1a23..b2957cc 100644
--- a/bip-0039/bip-0039-wordlists.md
+++ b/bip-0039/bip-0039-wordlists.md
@@ -1,4 +1,4 @@
-#Wordlists
+# Wordlists
* [English](english.txt)
* [Japanese](japanese.txt)
@@ -8,9 +8,9 @@
* [French](french.txt)
* [Italian](italian.txt)
-##Wordlists (Special Considerations)
+## Wordlists (Special Considerations)
-###Japanese
+### Japanese
1. **Developers implementing phrase generation or checksum verification must separate words using ideographic spaces / accommodate users inputting ideographic spaces.**
(UTF-8 bytes: **0xE38080**; C/C+/Java: **"\u3000"**; Python: **u"\u3000"**)
@@ -23,7 +23,7 @@ separated phrase or tries to split the phrase input by the user, dealing with AS
ideographic spaces may be a necessary step. As a long word split in two could be mistaken easily
for two smaller words (This would be a problem with any of the 3 character sets in Japanese)
-###Spanish
+### Spanish
1. Words can be uniquely determined typing the first 4 characters (sometimes less).
@@ -31,12 +31,12 @@ for two smaller words (This would be a problem with any of the 3 character sets
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.
-###Chinese
+### Chinese
1. Chinese text typically does not use any spaces as word separators. For the sake of
uniformity, we propose to use normal ASCII spaces (0x20) to separate words as per standard.
-###French
+### French
Credits: @Kirvx @NicolasDorier @ecdsa @EricLarch
([The pull request](https://github.com/bitcoin/bips/issues/152))