diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-13 11:39:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-13 11:39:57 +0100 |
| commit | 73740022051f377e3965ac9f8494ae3fbc65da8b (patch) | |
| tree | 9e53d0305a17fab215641029fea702e612557e4a /src/iso6937_tables.cc | |
| parent | 63478c444a0ace7417b56dd049a18a43834e9906 (diff) | |
Tweak ISO6937 mapping to put $ sign on 0xa4 (164) (from master).
Diffstat (limited to 'src/iso6937_tables.cc')
| -rw-r--r-- | src/iso6937_tables.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso6937_tables.cc b/src/iso6937_tables.cc index b534d4c..0ca02ff 100644 --- a/src/iso6937_tables.cc +++ b/src/iso6937_tables.cc @@ -312,6 +312,7 @@ sub::make_iso6937_tables () main[161] = 0x00A1; main[162] = 0x00A2; main[163] = 0x00A3; + main[164] = 0x0024; main[165] = 0x00A5; main[167] = 0x00A7; main[168] = 0x00A4; |
