UTF8 to Latin
-
Hi
I’m building an website for teaching Irish, which has á é í ó ú in it’s alphabet (you probably know where this is going).
I have my database set to UTF8_general_ci and noticed when creating post, the post cuts off after an accented letter. I have a remote create post function written and thought I would add a character replacement function converting the á etc to ascii.
This seemed to work for the remote post; then I noticed why… it was storing the character as ascii instead of á.
Users trying to create posts through the dashboard are having the same problem. So, it seems UFT8 doesn’t like the accents, although this seems to suggest otherwise. Does this mean I have to change collation, following these steps ? If so is there an easier way (e.g. a plugin?)
thanks
- The topic ‘UTF8 to Latin’ is closed to new replies.