Lori Tribble
changed
bug 8331
What |
Removed |
Added |
Attachment #10007 Flags |
|
review_for_checkin?
|
Comment # 1
on bug 8331
from Lori Tribble
Created attachment 10007 [details]
Patch that corrects this bug
The code breaks the string into chunks to limit the size of the array we
create. The problem was that we were breaking the chunk by an odd number which
separated the multi-character encodings. Changed the chunk size from 255 to
254.
You are receiving this mail because:
- You are watching all bug changes.