1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

BIP0039 Added Japanese wordlist

This commit is contained in:
bip39jp 2014-08-15 01:21:48 +09:00
parent ca48f2ce30
commit 8990249442
2 changed files with 2061 additions and 0 deletions

View File

@ -112,6 +112,19 @@ will make the desired wallet available.
==Wordlists== ==Wordlists==
* [[bip-0039/english.txt|English]] * [[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)
==Test vectors== ==Test vectors==

2048
bip-0039/japanese.txt Normal file

File diff suppressed because it is too large Load Diff