Forum Moderators: coopster
I need to use wordwrap a few strings because of the layout of the website.
Because this is user-input i need to convert the user string into a html viewable string, and therefor i use htmlentities().
Also, the string i get is an UTF8 string.
It seems that i can't use wordwrap() to wrap a continues utf8 string, or an already converted string with htmlentities().
Is there some way to use wordwrap on these kind of strings?
Thx in advance.