Commit b38c9da2 authored by dgaudet's avatar dgaudet
Browse files

1) Entity Names (like ü) are parsed and counted as having a width

    of "one character". Until now, their length was taken in column
    counting, resulting in too early truncated description columns.

2)  The last character of a description text which had the maximum
    allowed length (27?) was overwritten with the "truncated" character
    ('>'). This didn't make the string any shorter, but made it
    unreadable :-(   Now the string is truncated only if it really
    exceeds the maximum length.

Submitted by:	Martin Kraemer
Reviewed by:	Dean Gaudet, Jim Jagielski, Roy Fielding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79303 13f79535-47bb-0310-9956-ffa450edef68
parent 35c70a10
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment