imls-dmt / imls-dmt-api

imls-dmt-api
Apache License 2.0
1 stars 1 forks source link

Check to make sure that unicode characters are converted within fields #96

Open njhoebel opened 1 year ago

njhoebel commented 1 year ago

E.g., some html characters are appearing as not rendered within the description / abstract field -- issue related to what has come over from drupal treatment of these characters.

njhoebel commented 1 year ago

Maybe run a bulk update to read them as unicode and then converting them to better display characters. Scope of the problem TBD. Is it a copy & paste problem that continues or what the browser is doing.

karlbenedict commented 1 year ago

May also be controllable with content-type headers in the rendered page (e.g. https://stackoverflow.com/questions/1696619/displaying-unicode-symbols-in-html)