View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005962 | Scribus | OS-PPCOSX | public | 2007-06-28 23:30 | 2008-01-14 23:20 |
Reporter | Assigned To | avox | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.4 | ||||
Target Version | 1.3.5 | Fixed in Version | 1.3.3.12svn | ||
Summary | 0005962: Endian Issue with PDF Export | ||||
Description | Exporting the attached .sla gives different results with: Linux: /Title <FEFF /Author <FEFF OSX: /Title FFFE /Author <FFFE | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0005693 | closed | 1.3.5 bug collection (prior to roadmap) |
2007-06-28 23:30
|
|
|
Reminder sent to: tsdgeos |
|
FEFF is Unicode's byte order marker. Big endian systems would create the byte sequence FE,FF,a,b,c,d; little endian systems would produce FF,FE,b,a,d,c. Both sequences are equivalent. Strangely, on my big endian system (PPC) Scribus produces the second sequence, which gives correct strings for author and title in Adobe Reader. If Scribus produces the first sequence on Intel systems and Adobe Reader shows the correct strings, that's not a bug. |
|
PDF specs 1.7 page 158 "For text strings encoded in Unicode, the first two bytes must be 254 followed by 255. These two bytes represent the Unicode byte order marker, U+FEFF, indicating that the string is encoded in the UTF-16BE (big-endian) encoding scheme specified in the Unicode standard." |
|
So if it has to be FEFF, producing FFFE on PPC systems is wrong, right? |
|
Fix backported to 1.3.3.12svn |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-06-28 23:30 |
|
New Issue | |
2007-06-28 23:30 |
|
File Added: PRESS DOCUMENT.sla | |
2007-06-28 23:30 |
|
Reported by | => Kpdf developer |
2007-06-28 23:30 |
|
Reported where | => IRC |
2007-06-29 08:39 |
|
Status | new => assigned |
2007-06-29 08:39 |
|
Assigned To | => avox |
2007-07-08 20:53 |
|
Note Added: 0016751 | |
2007-07-08 21:24 |
|
View Status | private => public |
2007-09-27 19:44 | christoph_s | Relationship added | child of 0005693 |
2007-12-20 22:52 | cbradney | Target Version | => 1.3.5svn |
2007-12-26 17:02 | cbradney | Target Version | 1.3.5svn => 1.3.5 |
2008-01-14 17:11 | avox | Note Added: 0018571 | |
2008-01-14 18:08 | avox | Status | assigned => resolved |
2008-01-14 18:08 | avox | Resolution | open => no change required |
2008-01-14 19:09 | jghali | Status | resolved => feedback |
2008-01-14 19:09 | jghali | Resolution | no change required => reopened |
2008-01-14 19:09 | jghali | Note Added: 0018578 | |
2008-01-14 19:19 | tsdgeos | Note Added: 0018579 | |
2008-01-14 21:14 | avox | Status | feedback => resolved |
2008-01-14 21:14 | avox | Fixed in Version | => 1.3.5svn |
2008-01-14 21:14 | avox | Resolution | reopened => fixed |
2008-01-14 21:53 | jghali | Note Added: 0018582 | |
2008-01-14 21:53 | jghali | Fixed in Version | 1.3.5svn => 1.3.3.12svn |
2008-01-14 23:20 | cbradney | Status | resolved => closed |
2014-10-08 18:38 | Kunda | Category | PPCOSX => OS-PPCOSX |