Viewing 1 replies (of 1 total)
  • Hello mnavaidd.

    Quotation marks are reserved for meta keys and values… normally, quotes ‘ll look like this \” or &#34 or u0022 (and maybe others). You have the full list here: https://www.fileformat.info/info/unicode/char/0022/index.htm

    Also, inside html tags (for your content), quotes are also reserved and can be “normally used”… and it’ll look like the ones I’ve already told you.

    Most languages and mobile OS ‘ll understand the \” and &#34… maybe you need a replace string for u0022

    When you parse a Json Response… the json parser removes all quotes from the meta keys and values and only get the info inside of each.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue on Post’ is closed to new replies.