I am trying to import data from a CSV that uses the β character as a shorthand for inches. However the imported data appears in Suitecrm as an & and not the expected β. How can I fix this?
Solved it. I imported the character as βββ. Sure enough it appeared in Suitecrm as &&&. I then exported the database, replaced &&& with β, and reloaded database. It works fine.
