[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
string-width for long strings
- To: info-mcl@ministry.cambridge.apple.com
- Subject: string-width for long strings
- From: poeck@informatik.uni-wuerzburg.de (Karsten Poeck)
- Date: 27 Apr 1994 08:30:47 GMT
- Followup-to: comp.lang.lisp.mcl
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Wuerzburg
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