Field fetched through REST API contains ASCII version of special characters
Instead of this ASCII mess, it should simply be: “Who’s this?” No, it should not. If you make a OPTIONS request to the /wp-json/wp/v2/pages path, you’ll see the schema which defines all the fields that exist within a Page record, like so for the post title field, via JavaScript’s fetch(): Therefore, title.rendered is meant for … Read more