aboutsummaryrefslogtreecommitdiff
path: root/emojitrans2.pl
diff options
context:
space:
mode:
authorMark Shoulson <mark@kli.org>2016-03-29 10:18:11 -0400
committerMark Shoulson <mark@kli.org>2016-03-29 10:18:11 -0400
commit774c5efb535e284547def4616221bd7f1cbfa29f (patch)
tree06508d3eab8711aa4a816cd8121c035395db6564 /emojitrans2.pl
parentOops, fix issues from last pull request. (diff)
downloaddotXCompose-774c5efb535e284547def4616221bd7f1cbfa29f.tar.gz
dotXCompose-774c5efb535e284547def4616221bd7f1cbfa29f.tar.bz2
dotXCompose-774c5efb535e284547def4616221bd7f1cbfa29f.zip
More emoji "face"s, other emoji.
Diffstat (limited to 'emojitrans2.pl')
-rwxr-xr-xemojitrans2.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/emojitrans2.pl b/emojitrans2.pl
index 692de27..3b98ad2 100755
--- a/emojitrans2.pl
+++ b/emojitrans2.pl
@@ -17,6 +17,7 @@ BEGIN { binmode(STDOUT, ":utf8");
'@' => 'at',
'|' => 'bar',
'~' => 'asciitilde',
+ '^' => 'asciicircum',
'(' => 'parenleft',
')' => 'parenright',
'[' => 'bracketleft',