1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Update bip-0039-wordlists.md

Added Chinese wordlist.
This commit is contained in:
bip39CN
2014-10-20 14:35:08 -07:00
parent 1eb781ca8a
commit 14cd9883a8
3 changed files with 4103 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
* [English](english.txt) * [English](english.txt)
* [Japanese](japanese.txt) * [Japanese](japanese.txt)
* [Spanish](spanish.txt) * [Spanish](spanish.txt)
* [Chinese (Simplified)](chinese_simplified.txt)
* [Chinese (Traditional)](chinese_traditional.txt)
##Wordlists (Special Considerations) ##Wordlists (Special Considerations)
@@ -24,3 +26,8 @@ for two smaller words (This would be a problem with any of the 3 character sets
2. Special Spanish characters like 'ñ', 'ü', 'á', etc... are considered equal to 'n', 'u', 'a', etc... in terms of identifying a word. Therefore, there is no need to use a Spanish keyboard to introduce the passphrase, an application with the Spanish wordlist will be able to identify the words after the first 4 chars have been typed even if the chars with accents have been replaced with the equivalent without accents. 2. Special Spanish characters like 'ñ', 'ü', 'á', etc... are considered equal to 'n', 'u', 'a', etc... in terms of identifying a word. Therefore, there is no need to use a Spanish keyboard to introduce the passphrase, an application with the Spanish wordlist will be able to identify the words after the first 4 chars have been typed even if the chars with accents have been replaced with the equivalent without accents.
3. There are no words in common between the Spanish wordlist and any other language wordlist, therefore it is possible to detect the language with just one word. 3. There are no words in common between the Spanish wordlist and any other language wordlist, therefore it is possible to detect the language with just one word.
###Chinese
1. Chinese text typically does not use any spaces as word separators. For the sake of
uniformity, we propose to use normal ASCII spaces (0x20) to separate words as per standard.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff