Post Titles and non-Latin characters
-
Comments:
- here.
One of the most common issues we see on the Blogsome Forums is when a user tries to post an article that has non-latin characters in the title. I found I had done this, with a recent post without realising this. What I propose is a change to the Blogsome code that either just strips out the extended characters, or replaces them by similar characters. It could convert any of the characters: à áâãäå
into a
, for instance, and æ
into ae
. For others, it could either convert ²
into 2
or squared
. I’m guessig a simple function could be rolled to do this, or even found out there already on the Internet.