Why are smileys counted as "images" in posts? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Forum Issues and Administration (/forum-19.html) +--- Thread: Why are smileys counted as "images" in posts? (/thread-15374.html) |
Why are smileys counted as "images" in posts? - Jonathan Busby - 07-25-2020 06:15 PM I recently ran into a problem with smileys / emoticons / emojis ( or whatever you want to call them ) when I was replying to a post in the forums. Specifically, if I have more than 10 of eg. these " " then I get an error message like the following when trying to post a message or reply : Quote:Please correct the following errors before continuing: Is the forum software buggy or is it supposed to behave this way? Thanks, Jonathan RE: Why are smileys counted as "images" in posts? - grsbanks - 07-25-2020 06:33 PM Technically, they are images: Code: I recently ran into a problem with smileys / emoticons / emojis ( or whatever you want to RE: Why are smileys counted as "images" in posts? - BruceH - 07-26-2020 05:06 PM I was going to suggest using Unicode emoji instead. But - bizarrely - although you can successfully create and preview a message containing them, they display as '?' in the actual post. (Maybe that's for the best!) RE: Why are smileys counted as "images" in posts? - Massimo Gnerucci - 07-26-2020 05:59 PM (07-26-2020 05:06 PM)BruceH Wrote: I was going to suggest using Unicode emoji instead. But - bizarrely - although you can successfully create and preview a message containing them, they display as '?' in the actual post. Yes, already tried it in the past, and obviously found your same result. Is MyBB Unicode enabled? RE: Why are smileys counted as "images" in posts? - grsbanks - 07-26-2020 06:31 PM It should be: Code: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> RE: Why are smileys counted as "images" in posts? - ijabbott - 08-01-2020 11:03 PM (07-26-2020 05:59 PM)Massimo Gnerucci Wrote:(07-26-2020 05:06 PM)BruceH Wrote: I was going to suggest using Unicode emoji instead. But - bizarrely - although you can successfully create and preview a message containing them, they display as '?' in the actual post. Perhaps it only works for the Basic Multilingual Plane. RE: Why are smileys counted as "images" in posts? - Jonathan Busby - 08-02-2020 07:15 PM (07-25-2020 06:33 PM)grsbanks Wrote: Technically, they are images: I know that, but the glyphs used to display characters in a specific font in the forums are also technically images ( EDIT : I know the above statement is a little bit inaccurate. AFAIK, for smileys at least, the HP Museum web server has to transmit the binary image data of the smileys to the client web browser whereas eg. Unicode UTF-8 text has much lower bandwidth requirements, although complex Unicode glyphs and images can also put a higher load on the client web browser. ) (07-26-2020 05:06 PM)BruceH Wrote: [snip] they display as '?' in the actual post. I know some people may feel that smileys are irritating to the eyes, but I need them as I'm an Aspie and I'm always afraid that my external emotional affect, such as it is in text, may be misinterpreted as an insult when no insult was intended and I was just being neutral It's hard enough for me to read others' external emotional affects IRL not to mention online Regards, Jonathan |