View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000512 | luatex | luatex bug | public | 2010-11-17 14:56 | 2010-12-13 14:43 |
Reporter | Taco | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.70.0 | Fixed in Version | 0.65.0 | ||
Summary | 0000512: ToUnicode maps should not cross byte boundaries | ||||
Description | The PDF specification says that ranges cannot cross byte boundaries because acroread cannot handle overflow. | ||||
Steps To Reproduce | See example below. The current output is: 1 beginbfrange <19FF> <1A00> <63CF> endbfrange but that is illegal. It should be 2 beginbfchar <19FF> <63CF> <1A00> <63D0> endbfchar or possibly even 2 beginbfrange <19FF> <19FF> <63CF> <1A00> <1A00> <63D0> endbfrange | ||||
Additional Information | \define[song][name:simsun] \starttext \song ? ? \stoptext | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-17 14:56 | Taco | New Issue | |
2010-11-17 14:56 | Taco | Status | new => assigned |
2010-11-17 14:56 | Taco | Assigned To | => Taco |
2010-11-24 14:45 | Taco | Note Added: 0000659 | |
2010-11-24 14:45 | Taco | Status | assigned => resolved |
2010-11-24 14:45 | Taco | Resolution | open => fixed |
2010-12-13 14:43 | Taco | Fixed in Version | => 0.65.0 |
2010-12-13 14:43 | Taco | Status | resolved => closed |