Guy Harris
changed
bug 9832
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 4
on bug 9832
from Guy Harris
(In reply to comment #3)
> That particular field doesn't appear to be a string, so we should probably
> change the way it's displayed.
I've checked it in to make it a "byte array" rather than a "string", because
it's really *not* a string - it's a collection of strings with non-text (in any
character encoding I know of) separators between key and value strings and
between the value string and the next key string.
That means:
it won't display in a nice textual format;
if you want to search for a string in it you'd need to put the string in
quotes;
copying it will give you a bunch of hex values with colons between them;
but the alternative is not being able to copy it at all (Windows) or getting
something that's not all that valid to paste (UN*X), so....
You are receiving this mail because:
- You are watching all bug changes.