From 19c513019dcc864c0a039b1e4affe4f6eef21f46 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Wed, 8 Mar 2017 10:31:21 -0500 Subject: Fixed some comments. Added just 2 or 3 new chars. --- dotXCompose | 5 ++++- emojitrans2.pl | 3 ++- modletters-base | 4 ++-- modletters.compose | 5 ++++- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/dotXCompose b/dotXCompose index 0666a4c..2437cbb 100644 --- a/dotXCompose +++ b/dotXCompose @@ -770,6 +770,9 @@ include "%L" : "✉" U2709 # ENVELOPE : "♿" U267F # WHEELCHAIR SYMBOL : "☤" U2624 # CADEUCEUS +## Don't usually do sequences, but exception made for the +## "eyewitness" compound emoji sequence: + : "👁️‍🗨️" # Something different for STAFF OF AESCULAPIUS? <1> : "⚕" U2695 # STAFF OF AESCULAPIUS # 26B0 COFFIN ? @@ -914,9 +917,9 @@ include "%L" : "Ꞌ" UA78B # LATIN CAPITAL LETTER SALTILLO # I'll use capitals for a different double : "ʬ" U02AC # LATIN LETTER BILABIAL PERCUSSIVE +# Also handy for writing urls: http://ʬw.omniglot.com/ # Sorry, I miss having this and hate having to use colon instead: : "ː" U02D0 # MODIFIER LETTER TRIANGULAR COLON -# Also handy for writing urls: http://ʬw.omniglot.com/ # ɣ? ᴥ? Important enough to add? ᴥ is cool just as a "latin" letter. : "ɣ" U0263 # LATIN SMALL LETTER GAMMA # It looks like a ɣ and makes an "o" sorta sound: diff --git a/emojitrans2.pl b/emojitrans2.pl index c978b7e..27ee545 100755 --- a/emojitrans2.pl +++ b/emojitrans2.pl @@ -29,6 +29,7 @@ BEGIN { binmode(STDOUT, ":utf8"); '{' => 'braceleft', '}' => 'braceright', "'" => 'apostrophe', + '"' => 'quotedbl', '\\' => 'backslash', ':' => 'colon', ';' => 'semicolon', @@ -59,7 +60,7 @@ unless (/^#/) { my $hold=$_; s///; s// /; - s({([][[:alnum:] _+:;%@>=`<,.^\$+#()?!/|'\\~*{}♫-]+)})(splitup($1))e; + s({([][[:alnum:] _+:;%@>=`<,.^\$+#()?!/|'"\\~*{}♫-]+)})(splitup($1))e; if (length($1) > 7) { $_=$hold; s/^/### /; diff --git a/modletters-base b/modletters-base index 1945572..d85b5ef 100644 --- a/modletters-base +++ b/modletters-base @@ -468,6 +468,6 @@ #- 1EFD;LATIN SMALL LETTER MIDDLE-WELSH V;Ll;0;L;;;;;N;;;1EFC;;1EFC {!#ww} : "ỽ" U1EFD # LATIN SMALL LETTER MIDDLE-WELSH V #- A78B;LATIN CAPITAL LETTER SALTILLO;Lu;0;L;;;;;N;;;;A78C; - {!#/"} "Ꞌ" # LATIN CAPITAL LETTER SALTILLO + {!#/"} : "Ꞌ" UA78B # LATIN CAPITAL LETTER SALTILLO #- A78C;LATIN SMALL LETTER SALTILLO;Ll;0;L;;;;;N;;;A78B;;A78B - {!#/'} "ꞌ" # LATIN SMALL LETTER SALTILLO + {!#/'} : "ꞌ" UA78C # LATIN SMALL LETTER SALTILLO diff --git a/modletters.compose b/modletters.compose index ea3cf43..caa9e4e 100644 --- a/modletters.compose +++ b/modletters.compose @@ -1,4 +1,3 @@ -### I think this is going to be a private one. ### For davka *letters*, not punctuation that looks like it. ### Mnemonic/signal: <♫>!#, because they are not numbers. ### Maybe #!^ for ones that are just raised letters? Those not as critical. @@ -468,3 +467,7 @@ : "Ỽ" U1EFC # LATIN CAPITAL LETTER MIDDLE-WELSH V #- 1EFD;LATIN SMALL LETTER MIDDLE-WELSH V;Ll;0;L;;;;;N;;;1EFC;;1EFC : "ỽ" U1EFD # LATIN SMALL LETTER MIDDLE-WELSH V +#- A78B;LATIN CAPITAL LETTER SALTILLO;Lu;0;L;;;;;N;;;;A78C; + : "Ꞌ" UA78B # LATIN CAPITAL LETTER SALTILLO +#- A78C;LATIN SMALL LETTER SALTILLO;Ll;0;L;;;;;N;;;A78B;;A78B + : "ꞌ" UA78C # LATIN SMALL LETTER SALTILLO -- cgit v1.2.3