[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

string-width for long strings



String-width seems to be restricted to strings smaller than 255 chars
(since it calls with-pstrs ?).
Is there an other way to implement long-string-width than to repeatedly
call string-width with subseqs of the long string shorter that 255 and too
add the results?

Karsten