Pascal Quantin
changed
bug 11118
What |
Removed |
Added |
Status |
INCOMPLETE
|
CONFIRMED
|
Comment # 2
on bug 11118
from Pascal Quantin
According to my tests, UTF-8 output != raw output. This can be verified by
comparing the output generated by GTK and Qt UI with the capture found in bug
11115.
With GTK the first bytes are:
47 40 00 10 00 00 B0 0D 00 01 C1 00 00 00 01 E0
With Qt the first bytes are:
47 40 00 10 00 00 EF BF BD 0D 00 01 EF BF BD 00
As you can see we seem to have some character code escaping.
You are receiving this mail because:
- You are watching all bug changes.