From 2248c1dc74dd6c251473039561d63bdf811c1261 Mon Sep 17 00:00:00 2001 From: bip39jp Date: Sat, 16 Aug 2014 01:51:56 +0900 Subject: [PATCH] Moved wordlists to separate file. --- bip-0039.mediawiki | 15 +-------------- bip-0039/bip-0039-wordlists.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 bip-0039/bip-0039-wordlists.md diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 56bb9aa8..5c71fa06 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -111,20 +111,7 @@ will make the desired wallet available. ==Wordlists== -* [[bip-0039/english.txt|English]] -* [[bip-0039/japanese.txt|Japanese]] - -===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) +* [[bip-0039/bip-0039-wordlists.md|Moved to separate document]] ==Test vectors== diff --git a/bip-0039/bip-0039-wordlists.md b/bip-0039/bip-0039-wordlists.md new file mode 100644 index 00000000..1fc9e60d --- /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