diff options
author | bip39JP <dabura667@live.jp> | 2014-08-26 02:17:55 +0900 |
---|---|---|
committer | bip39JP <dabura667@live.jp> | 2014-08-26 02:17:55 +0900 |
commit | af052992200c6492d92f4c62e3641c044b5347a3 (patch) | |
tree | 3cd7a21af9d5573c9b6a0d03e1f070c0b17163db /bip-0039 | |
parent | 1901f2c80752369517b0d0f9273ac86dd26c445a (diff) |
Clarify the normalization will fix mixed space use
Diffstat (limited to 'bip-0039')
-rw-r--r-- | bip-0039/bip-0039-wordlists.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0039/bip-0039-wordlists.md b/bip-0039/bip-0039-wordlists.md index 01a0d62..05b3aab 100644 --- a/bip-0039/bip-0039-wordlists.md +++ b/bip-0039/bip-0039-wordlists.md @@ -8,9 +8,9 @@ ###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. +(UTF-8 bytes: 0xE38080) When generating the seed, normalization as per the spec will +automatically change these into normal ASCII spaces. Depending on the font, displaying the +words should use the UTF-8 ideographic space if it looks like the symbols are too close. 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 |