Skip to content

Commit 631329c

Browse files
committed
Latin capital A with ring above (U+00C5)
1 parent 48cd87b commit 631329c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/TeX/Encode/charmap.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ chr(0x01cd) => "\\v{A}", # Ǎ
191191
chr(0x0102) => "\\u{A}", # Ă
192192
chr(0x0226) => "\\\.A", # Ȧ
193193
chr(0x0100) => "\\\=A", # Ā
194-
chr(0x00c5) => "\\A{A}", # Å
195194
chr(0x1ea0) => "\\d{A}", #
196195
chr(0x0200) => "\\C{A}", # Ȁ
197196
chr(0x0202) => "\\f{A}", # Ȃ
198197
chr(0x1e00) => "\\D{A}", #
199198
chr(0x1ea2) => "\\h{A}", #
199+
chr(0x00c5) => "\\r{A}", # Å
200200

201201
### B
202202

@@ -469,12 +469,12 @@ chr(0x01ce) => "\\v{a}", # ǎ
469469
chr(0x0103) => "\\u{a}", # ă
470470
chr(0x0227) => "\\\.a", # ȧ
471471
chr(0x0101) => "\\\=a", # ā
472-
chr(0x00e5) => "\\a{a}", # å
473472
chr(0x1ea1) => "\\d{a}", #
474473
chr(0x0201) => "\\C{a}", # ȁ
475474
chr(0x0203) => "\\f{a}", # ȃ
476475
chr(0x1e01) => "\\D{a}", #
477476
chr(0x1ea3) => "\\h{a}", #
477+
chr(0x00e5) => "\\r{a}", # å
478478

479479
### b
480480

0 commit comments

Comments
 (0)