I am unaware of how PHP handles above 127 for the application, a quick example of what I am having trouble with:
echo strlen("ĀāĂ㥹ĆćĈĉĊċ");
I hope they appear on here, basically those are twelve characters and strlen makes it seem like 24! This is a bit troublesome as some statistics/ordering relies on the length of the article.
How would I come about to fix this issue? What would I need to know?


Sign In
Create Account


Back to top









