From 25397d735b4f2f703474a501e95e26168e9717eb Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sun, 11 Jul 2021 02:44:11 +0200 Subject: [PATCH 1/1] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The symbols 'cube root' (∛) and 'fourth root' (∜) have been added to Multi_key. --- linux-xcompose/.XCompose | 4 ++++ linux-xcompose/.XCompose_sw | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/linux-xcompose/.XCompose b/linux-xcompose/.XCompose index f613c82..f75bd3c 100644 --- a/linux-xcompose/.XCompose +++ b/linux-xcompose/.XCompose @@ -158,6 +158,10 @@ include "%L" : "Ω" U03A9 # capital omega : "≈" U2248 # almost equal to + <3> : "∛" U221B # cube root + <3> : "∛" U221B # cube root + <4> : "∜" U221C # fourth root + <4> : "∜" U221C # fourth root # Smart error-tolerant optimization for circumflex in French diff --git a/linux-xcompose/.XCompose_sw b/linux-xcompose/.XCompose_sw index c0258d5..e69d350 100644 --- a/linux-xcompose/.XCompose_sw +++ b/linux-xcompose/.XCompose_sw @@ -158,6 +158,10 @@ include "%L" : "Ω" U03A9 # capital omega : "≈" U2248 # almost equal to + <3> : "∛" U221B # cube root + <3> : "∛" U221B # cube root + <4> : "∜" U221C # fourth root + <4> : "∜" U221C # fourth root # Smart error-tolerant optimization for circumflex in French -- 2.47.3