1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-15 20:09:20 +01:00
bitcoin-bips/bip-0039/bip-0039-wordlists.md

18 lines
744 B
Markdown
Raw Normal View History

2014-08-16 01:51:56 +09:00
#Wordlists
* [English](english.txt)
* [Japanese](japanese.txt)
2014-08-16 01:51:56 +09:00
##Wordlists (Special Considerations)
###Japanese
1. Users will most likely separate the words with UTF-8 ideographic space.
(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.
2014-08-16 01:51:56 +09:00
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)