From 4e97ba52cc07938d19cc8919fa462651d9a4a84d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 20 May 2011 12:29:37 +0200 Subject: [PATCH] XCompose: Be locale independent. The name is enough for X to create the correct character - and it works with all locales. --- XCompose | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/XCompose b/XCompose index 183622b..675c190 100644 --- a/XCompose +++ b/XCompose @@ -7,9 +7,9 @@ include "%L" # Umlauts like in Vim/GNU screen. - : "ä" adiaeresis - : "ö" odiaeresis - : "ü" udiaeresis - : "Ä" Adiaeresis - : "Ö" Odiaeresis - : "Ü" Udiaeresis + : adiaeresis # "ä" + : odiaeresis # "ö" + : udiaeresis # "ü" + : Adiaeresis # "Ä" + : Odiaeresis # "Ö" + : Udiaeresis # "Ü" -- 2.44.1