diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:47:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:47:15 +0100 |
commit | 88bfcada3abb36cb8fa433535cdef9e3f41a1132 (patch) | |
tree | d7eaf72ee1c19cb068bb3fa9b1b9d4dffa47d80d /src/blog/extend/unicode.txt.gsp | |
parent | 7bd10f34ca999d52436a85f7a1bfea27e069f485 (diff) |
Add a new blog post complaining about other people
Diffstat (limited to 'src/blog/extend/unicode.txt.gsp')
-rw-r--r-- | src/blog/extend/unicode.txt.gsp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/blog/extend/unicode.txt.gsp b/src/blog/extend/unicode.txt.gsp new file mode 100644 index 0000000..dbc0da5 --- /dev/null +++ b/src/blog/extend/unicode.txt.gsp @@ -0,0 +1,10 @@ +\\\\u0020@span .op {-;}Space +\\\\u0021@span .op {-;}Exclamation Mark +\\\\u0022@span .op {-;}Quotation Mark +\\\\u0023@span .op {-;}Number Sign +\\\\u0024@span .op {-;}Dollar Sign +\\\\u0025@span .op {-;}Percent Sign +\\\\u0026@span .op {-;}Ampersand +\\\\u0027@span .op {-;}Apostrophe +\\\\u0028@span .op {-;}Left Parenthesis +\\\\u0029@span .op {-;}Right Parenthesis |