diff options
author | Rory McCann <rory@technomancy.org> | 2012-05-22 16:38:41 +0100 |
---|---|---|
committer | Rory McCann <rory@technomancy.org> | 2012-05-22 16:38:41 +0100 |
commit | da0c5878c0243f3f332d744b9b0effe490bebdbc (patch) | |
tree | d3ef494d89fcc84f04a7d48dcb1fe4e230ca6faa | |
parent | Add OPEN BOX and Chess pieces (diff) | |
download | dotXCompose-da0c5878c0243f3f332d744b9b0effe490bebdbc.tar.gz dotXCompose-da0c5878c0243f3f332d744b9b0effe490bebdbc.tar.bz2 dotXCompose-da0c5878c0243f3f332d744b9b0effe490bebdbc.zip |
added micro sign
-rw-r--r-- | dotXCompose | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotXCompose b/dotXCompose index 3d67f20..05f33ee 100644 --- a/dotXCompose +++ b/dotXCompose @@ -237,6 +237,7 @@ include "%L" <Multi_key> <quotedbl> <period> : "∵" U2235 # BECAUSE <Multi_key> <Multi_key> <b> <e> <c> <a> <u> <s> <e> : "∵" U2235 # BECAUSE <Multi_key> <percent> <percent> : "‱" U2031 # PER TEN THOUSAND (basis points) +<Multi_key> <slash> <u> : "µ" U00B5 # MICRO SIGN # Ordinal indicators, for femenine and masculine, used in Romance languages <Multi_key> <minus> <a> : "ª" U00AA # FEMININE ORDINAL INDICATOR <Multi_key> <minus> <o> : "º" U00BA # MASCULINE ORDINAL INDICATOR |