Make text emoticons readable for the computer

Jul 12, 2022 at 2:04pm
Hello,

I am currently working on Visual Studio Code and I was looking for an extension that allows ascii/text emoticon snippets to be readable for the computer.

I stumbled upon an extension called asciimoticons, but it does not work for C++. The other extensions are mainly for simple emojis.

Do you know of an alternative or an extension that allows you to insert text emoticons? Thank you in advance!
Jul 12, 2022 at 9:09pm
What do you mean by “readable”?

Descriptive text for the emoticon?
Or simply able to display the Unicode emoticon character in the Windows Console?
Jul 12, 2022 at 9:14pm
The Windows Command Prompt works hard in not being easily flexible when it comes to displaying extended character sets.
Jul 12, 2022 at 10:02pm
Yes, I mean being able to display the Unicode emoticon character when executed.
For example, if my code contains this emoticon: ฅ^•ﻌ•^ฅ
When executed, it will display a series of specific characters such as

à. \u0085^â\u0085ȼï»\u008câ\u0080ȼ^à. \u0085

Yes, the cmd does not make life easy ε(´סּ︵סּ`)з
Jul 13, 2022 at 4:21am
Heh, it is easier than you think, but you have to jump the right hoops and press the right buttons.

Give me a day or two and I will give you some code that will work in both Windows Console and Windows Terminal.
Topic archived. No new replies allowed.