summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2011-10-04 17:11:11 -0400
committerJames Cloos <cloos@jhcloos.com>2011-10-04 17:11:11 -0400
commitf858f3326adbc0c5711669b92a64a84a9083a055 (patch)
tree641f86fa597a31eb75399b8afef2b812e590a5e4
parent7f35f7efc23234b3f8529fee31a802c21846d9ab (diff)
[nls] Fix typo/synco.
The iso8859-1 Compose table includes an optional section which uses Ctrl<T> as a substitute for <Multi_key>. In that section the sequence to generate an @ (at) either was incorrectly copied from the Multi_key section or was not kept in sync with the Multi_key section. Fixing this eliminates the warning from compose-check.pl: ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ Clash with existing sequence in iso8859-1/Compose.pre ┃ on line 661: Ctrl<T> <A> <A> ┃ line #661: Ctrl<T> <A> <A> : "\305" Aring ┃ line #480: Ctrl<T> <A> <A> : "@" at ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--nls/iso8859-1/Compose.pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/iso8859-1/Compose.pre b/nls/iso8859-1/Compose.pre
index 39f5967..c726ecf 100644
--- a/nls/iso8859-1/Compose.pre
+++ b/nls/iso8859-1/Compose.pre
@@ -477,7 +477,7 @@ XCOMM Special Character
Ctrl<T> <plus> <plus> : "#" numbersign
Ctrl<T> <apostrophe> <space> : "'" apostrophe
Ctrl<T> <space> <apostrophe> : "'" apostrophe
-Ctrl<T> <A> <A> : "@" at
+Ctrl<T> <A> <T> : "@" at
Ctrl<T> <parenleft> <parenleft> : "[" bracketleft
Ctrl<T> <slash> <slash> : "\\" backslash
Ctrl<T> <slash> <less> : "\\" backslash