Does this mean that if the padding string is base character + two combining characters, we can trim just one of the combining ones or do we trim all the way back to the base one?

-Andrei

On Aug 29, 2005, at 5:50 AM, Tex Texin wrote:

4) The string can be truncated to the user's requested character length. The
string will be trimmed from the right one unicode utf-8 character (not
grapheme, not byte) at a time until the length limit is met. (So a combining
character is one character for this purpose.)

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to