aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:33:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:33:56 +1300
commita4de936f79245d6d06f3c0af70c4c81dd32351e7 (patch)
tree0d08e9f3f71d170d57f9d4bfed67cec9c65632f8
parentRemove - from format string (diff)
downloadwtf8-a4de936f79245d6d06f3c0af70c4c81dd32351e7.tar.gz
wtf8-a4de936f79245d6d06f3c0af70c4c81dd32351e7.zip
Add another example
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 3c093e0..90facd3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,6 +14,9 @@ with the characters. Expects a single argument, a string.
$ wtf8 'tøást'
74 c3-b8 c3-a1 73 74
t ø á s t
+ $ wtf8 'か'
+ e3-81-8b
+ か
Dependencies
------------