summaryrefslogtreecommitdiff
path: root/bip-0039
diff options
context:
space:
mode:
authorbip39jp <dabura667@live.jp>2014-08-16 01:51:56 +0900
committerbip39jp <dabura667@live.jp>2014-08-16 01:51:56 +0900
commit2248c1dc74dd6c251473039561d63bdf811c1261 (patch)
tree866c69ea3b6bbb5da9c597d8045e72637cdf200d /bip-0039
parent89902494429a677a194bed43c789158f3dd4afe5 (diff)
downloadbips-2248c1dc74dd6c251473039561d63bdf811c1261.tar.xz
Moved wordlists to separate file.
Diffstat (limited to 'bip-0039')
-rw-r--r--bip-0039/bip-0039-wordlists.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/bip-0039/bip-0039-wordlists.md b/bip-0039/bip-0039-wordlists.md
new file mode 100644
index 0000000..1fc9e60
--- /dev/null
+++ b/bip-0039/bip-0039-wordlists.md
@@ -0,0 +1,17 @@
+#Wordlists
+
+* [English](bip-0039/english.txt)
+* [Japanese](bip-0039/japanese.txt)
+
+##Wordlists (Special Considerations)
+
+###Japanese
+
+1. Users will most likely separate the words with UTF-8 ideographic space.
+(UTF-8 bytes: 0xE38080) When splitting for validation or joining for generation, replace
+all instances of ascii space with the ideographic space, and in case of a mixture of space
+types, also replace just before seed generation.
+
+2. Word-wrapping doesn't work well, so making sure that words only word-wrap at one of the
+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) \ No newline at end of file