Re: How to read this 🔹 and print the emoji
Posted: Wed Jul 01, 2020 3:56 am
Great!!!kenmo wrote:This works for me:if you just change #PB_Ascii to #PB_UTF8 in ReturnType 1 and 3Code: 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)"
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?