Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/27escape/app-basis-converttext2-utftransform
App-Basis-ConvertText2-UtfTransform
https://github.com/27escape/app-basis-converttext2-utftransform
Last synced: about 1 month ago
JSON representation
App-Basis-ConvertText2-UtfTransform
- Host: GitHub
- URL: https://github.com/27escape/app-basis-converttext2-utftransform
- Owner: 27escape
- Created: 2014-05-21T08:23:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T07:35:20.000Z (over 6 years ago)
- Last Synced: 2023-08-24T02:54:44.629Z (over 1 year ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# App-Basis-ConvertText2-UtfTransform
A number of popular websites (eg twitter) do not allow the use of HTML to create
bold/italic font effects or perform smily transformationsHowever we can simulate this with some clever transformations of plain ascii text
into UTF8 codes which are a different font and so effectively create the same effect.We have transformations for flip (reverses the string and flips upside down,
bold, italic, bubbles,script and leet.We can only transform A-Z a-z 0-9 and ? ! ,
I have only implemented a small set of smilies, ones that I am likely to use.
## Formatting
* flip \text\ upside down and reversed
* bold \text\
* italic \text\
* bubbles \text\
* script \text\
* leet \text\ LeetSpeakuse the included script bin/utftx to convert your text
## Smilies
| smilie | symbol |
|----------------------------+--------------+-------------|
| <3. :heart: | heart |
| :) | smile |
| :D | grin |
| 8-) | cool |
| :P | pull tongue |
| :( | cry |
| :( | sad |
| ;) | wink |
| :halo: | halo |
| :devil:, :horns: | devil horns |
| (c) | copyright |
| (r) | registered |
| (tm) | trademark |
| :email: | email |
| :yes: | tick |
| :no: | cross |
| :beer: | beer |
| :wine:, :wine_glass: | wine |
| :cake: | cake |
| :star: | star |
| :ok:, :thumbsup: | thumbsup |
| :bad:, :thumbsdown: | thumbsup |
| :ghost: | ghost |
| :skull: | skull |
| :hourglass: | hourglass |
| :time: | watch face |
| :sleep: | sleep |