mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-29 03:01:58 +01:00
Moved wordlists to separate file.
This commit is contained in:
parent
8990249442
commit
2248c1dc74
@ -111,20 +111,7 @@ will make the desired wallet available.
|
|||||||
|
|
||||||
==Wordlists==
|
==Wordlists==
|
||||||
|
|
||||||
* [[bip-0039/english.txt|English]]
|
* [[bip-0039/bip-0039-wordlists.md|Moved to separate document]]
|
||||||
* [[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)
|
|
||||||
|
|
||||||
==Test vectors==
|
==Test vectors==
|
||||||
|
|
||||||
|
17
bip-0039/bip-0039-wordlists.md
Normal file
17
bip-0039/bip-0039-wordlists.md
Normal file
@ -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)
|
Loading…
x
Reference in New Issue
Block a user