I am running a wordpress website in Tamil Language (UTF-8). The permalink generated while publishing the post is truncating most of the UTF-8 characters.
Through research, I found that, the UTF-8 characters are converted to percent encoding and stored to post_name column of wordpress posts table. The post_name column length is 200 Varchar by default.
How can I disable the url truncation in wordpress permalinks?
I tried increasing the post_name length in DB, but no use.

Comments
Post a Comment