How to read this 🔹 and print the emoji

Just starting out? Need help? Post your questions and find answers here.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Re: How to read this 🔹 and print the emoji

Post by ricardo »

kenmo wrote:This works for me:

Code: Select all

InitNetwork()
Response.s = HTTPRequestURL("https://www.youtube.com/watch?v=tfOOwD2kmkE", 1)
Text.s = StringField(Response, 2, "HECq3V4TcwA\\n\\n")
Text.s = StringField(Text, 1, "Otros videos con ")
Debug Text
Debug "^ Should be diamonds"
Debug "^ Need a Debugger font that supports emoji (or copy this elsewhere)"
if you just change #PB_Ascii to #PB_UTF8 in ReturnType 1 and 3
Great!!!

One question... i am using "consolas" font in the noepad and it displays fine the emojis

But if i put consolas in JapBe and rhe debugger it does not shows at all its shows question marks ??

Also i was planning to show the content in listviewgadget or listicongadget, which font could let me show emojis in those gadgets?
ARGENTINA WORLD CHAMPION
User avatar
NicTheQuick
Addict
Addict
Posts: 1514
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: How to read this 🔹 and print the emoji

Post by NicTheQuick »

You are using jaPBe? Isn't that IDE very outdated now?
I used jaPBe the last time over 12 years ago or even more. I guess you can change the font somewhere in the preferences.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Re: How to read this 🔹 and print the emoji

Post by ricardo »

NicTheQuick wrote:You are using jaPBe? Isn't that IDE very outdated now?
I used jaPBe the last time over 12 years ago or even more. I guess you can change the font somewhere in the preferences.
Yes, i changed to the same t6hat i was using in the notepad (consolas), in notepad the emojis shows fine but not in JapBe nor in the debbuger (i change it in the debugger also).

My main interes is to be able to show it in the listview.

Best Regards
ARGENTINA WORLD CHAMPION
Post Reply