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

Clarify the normalization will fix mixed space use

This commit is contained in:
bip39JP 2014-08-26 02:17:55 +09:00
parent 1901f2c807
commit af05299220

View File

@ -8,9 +8,9 @@
###Japanese ###Japanese
1. Users will most likely separate the words with UTF-8 ideographic space. 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 (UTF-8 bytes: 0xE38080) When generating the seed, normalization as per the spec will
all instances of ascii space with the ideographic space, and in case of a mixture of space automatically change these into normal ASCII spaces. Depending on the font, displaying the
types, also replace just before seed generation. 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 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 ideographic spaces may be a necessary step. As a long word split in two could be mistaken easily