[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
text-replacements: add ä and the like (issue 281470043 by address@h
From: |
simon . albrecht |
Subject: |
text-replacements: add ä and the like (issue 281470043 by address@hidden) |
Date: |
Thu, 21 Jan 2016 12:20:20 +0000 |
Reviewers: ,
Message:
Please review.
Description:
text-replacements: add ä and the like
Provides aliases auml,Auml,ouml,Ouml,uuml,Uuml
They were wanted by a user, so why not provide them?
I take it that the list in NR A.13 is auto-generated?
Please review this at https://codereview.appspot.com/281470043/
Affected files (+6, -0 lines):
M ly/text-replacements.ly
Index: ly/text-replacements.ly
diff --git a/ly/text-replacements.ly b/ly/text-replacements.ly
index
c741f4faf831f3653451320c6ed0fdbbf2dc651b..50f06b484b5a2b9ce7ac33f424db5213c3afed12
100644
--- a/ly/text-replacements.ly
+++ b/ly/text-replacements.ly
@@ -91,6 +91,8 @@
("&AA;" . "Å")
("&ae;" . "æ")
("&AE;" . "Æ")
+ ("ä" . "ä")
+ ("Ä" . "Ä")
("&dh;" . "ð")
("&DH;" . "Ð")
("&dj;" . "đ")
@@ -103,10 +105,14 @@
("&O;" . "Ø")
("&oe;" . "œ")
("&OE;" . "Œ")
+ ("ö" . "ö")
+ ("Ö" . "Ö")
("&s;" . "ſ")
("&ss;" . "ß")
("&th;" . "þ")
("&TH;" . "Þ")
+ ("ü" . "ü")
+ ("Ü" . "Ü")
;; Mathematical symbols
("+" . "+")
- text-replacements: add ä and the like (issue 281470043 by address@hidden),
simon . albrecht <=
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Dan Eble, 2016/01/21
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Simon Albrecht, 2016/01/22
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), David Kastrup, 2016/01/22
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Simon Albrecht, 2016/01/22
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Simon Albrecht, 2016/01/25
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), karl, 2016/01/25
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Knut Petersen, 2016/01/26
- Re: text-replacements: add ä and the like (issue 281470043 by address@hidden), Paul Morris, 2016/01/26
- Re: text-replacements: add ä and the like (issue 281470043 address@hidden), Trevor Daniels, 2016/01/26
- Re: text-replacements: add ä and the like (issue 281470043 address@hidden), Urs Liska, 2016/01/26