Michael Mann
changed
bug 8331
Comment # 2
on bug 8331
from Michael Mann
(In reply to comment #1)
> 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.
Should this be done for fBitStringTag() as well? I noticed another MIN(255...)
situation there.
You are receiving this mail because:
- You are watching all bug changes.