mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
remove utf8 dashes
This commit is contained in:
parent
b627c8c209
commit
4fe7c7c9fa
2 changed files with 6 additions and 6 deletions
|
@ -133,7 +133,7 @@ static const manufactureName manufactureMapping[] = {
|
|||
{ 0x61, "Wearlinks Technology Inc. China" },
|
||||
{ 0x62, "Userstar Information Systems Co., Ltd Taiwan" },
|
||||
{ 0x63, "Pragmatic Printing Ltd. UK" },
|
||||
{ 0x64, "Associacao do Laboratorio de Sistemas Integraveis Tecnologico – LSI-TEC Brazil" },
|
||||
{ 0x64, "Associacao do Laboratorio de Sistemas Integraveis Tecnologico - LSI-TEC Brazil" },
|
||||
{ 0x65, "Tendyron Corporation China" },
|
||||
{ 0x66, "MUTO Smart Co., Ltd. Korea" },
|
||||
{ 0x67, "ON Semiconductor USA" },
|
||||
|
|
|
@ -401,11 +401,11 @@ static const struct emv_tag emv_tags[] = {
|
|||
{ 0xdf811b, "Kernel Configuration", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf811c, "Max Lifetime of Torn Transaction Log Record", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf811d, "Max Number of Torn Transaction Log Records", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf811e, "Mag-stripe CVM Capability – CVM Required", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf811e, "Mag-stripe CVM Capability - CVM Required", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf811f, "Security Capability", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8120, "Terminal Action Code – Default", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8121, "Terminal Action Code – Denial", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8122, "Terminal Action Code – Online", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8120, "Terminal Action Code - Default", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8121, "Terminal Action Code - Denial", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8122, "Terminal Action Code - Online", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8123, "Reader Contactless Floor Limit", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8124, "Reader Contactless Transaction Limit (No On-device CVM)", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf8125, "Reader Contactless Transaction Limit (On-device CVM)", EMV_TAG_GENERIC, NULL },
|
||||
|
@ -415,7 +415,7 @@ static const struct emv_tag emv_tags[] = {
|
|||
{ 0xdf8129, "Outcome Parameter Set", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf812a, "DD Card (Track1)", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf812b, "DD Card (Track2)", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf812c, "Mag-stripe CVM Capability – No CVM Required", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf812c, "Mag-stripe CVM Capability - No CVM Required", EMV_TAG_GENERIC, NULL },
|
||||
{ 0xdf812d, "Message Hold Time", EMV_TAG_GENERIC, NULL },
|
||||
|
||||
{ 0xff8101, "Torn Record", EMV_TAG_GENERIC, NULL },
|
||||
|
|
Loading…
Reference in a new issue