Page 2 of 2

Re: How to read this 🔹 and print the emoji

Posted: Wed Jul 01, 2020 3:56 am
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?

Re: How to read this 🔹 and print the emoji

Posted: Wed Jul 01, 2020 9:28 am
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.

Re: How to read this 🔹 and print the emoji

Posted: Wed Jul 01, 2020 1:18 pm
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