Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to Avoid Wordpress to truncate permalink of UTF-8 Characters

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.

enter image description here

Comments