mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
no unicode..
This commit is contained in:
parent
8c7bcd42c7
commit
db4bd209a4
1 changed files with 6 additions and 6 deletions
|
@ -52,12 +52,12 @@ jooki_test_t jooks[] = {
|
|||
};
|
||||
|
||||
jooki_figure_t jooks_figures[] = {
|
||||
{0x01, 0x00, "龙 Dragon", "Figurine"},
|
||||
{0x01, 0x01, "狐狸 Fox", "Figurine"},
|
||||
{0x01, 0x02, "鬼 Ghost", "Figurine"},
|
||||
{0x01, 0x03, "骑士 Knight", "Figurine"},
|
||||
{0x01, 0x00, "Dragon", "Figurine"},
|
||||
{0x01, 0x01, "Fox", "Figurine"},
|
||||
{0x01, 0x02, "Ghost", "Figurine"},
|
||||
{0x01, 0x03, "Knight", "Figurine"},
|
||||
{0x01, 0x04, "ThankYou", "Figurine"},
|
||||
{0x01, 0x05, "鲸 Whale", "Figurine"},
|
||||
{0x01, 0x05, "Whale", "Figurine"},
|
||||
{0x01, 0x06, "Black Dragon", "Figurine"},
|
||||
{0x01, 0x07, "Black Fox", "Figurine"},
|
||||
{0x01, 0x08, "Black Knight", "Figurine"},
|
||||
|
@ -67,7 +67,7 @@ jooki_figure_t jooks_figures[] = {
|
|||
{0x01, 0x0C, "White Knight", "Figurine"},
|
||||
{0x01, 0x0D, "White Whale", "Figurine"},
|
||||
|
||||
{0x02, 0x01, "圆盘 Generic Flat", "Stone"},
|
||||
{0x02, 0x01, "Generic Flat", "Stone"},
|
||||
|
||||
{0x03, 0x00, "record", "Sys"},
|
||||
{0x03, 0x01, "factory_mode_on", "Sys"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue