View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002329 | Dwarf Fortress | Technical -- General | public | 2010-06-14 14:46 | 2010-06-14 15:31 |
| Reporter | Dral | Assigned To | Baughn | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.31.06 | ||||
| Fixed in Version | 0.31.07 | ||||
| Summary | 0002329: display corruption with PRINT_MODE:TEXT when attempting display of epsilon character | ||||
| Description | When using PRINT_MODE:TEXT, the part of a Bowyer's Workshop that magmawiki says should display as "greek small letter epsilon" (U+03B5) instead results in the display of "combining zigzag above" (U+035B). Minor display corruption ensues. | ||||
| Steps To Reproduce | Build a bowyer's workshop and scroll around a bit. | ||||
| Additional Information | A quick search of the code suggests that this may be fixed by changing renderer_curses.cpp line 26 from: 0x3A6, 0x398, 0x3A9, 0x3B4, 0x221E, 0x3C6, 0x35B, 0x2229, to: 0x3A6, 0x398, 0x3A9, 0x3B4, 0x221E, 0x3C6, 0x3B5, 0x2229, | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-06-14 14:46 | Dral | New Issue | |
| 2010-06-14 15:13 |
|
Status | new => assigned |
| 2010-06-14 15:13 |
|
Assigned To | => Baughn |
| 2010-06-14 15:31 | Baughn | Note Added: 0008433 | |
| 2010-06-14 15:31 | Baughn | Status | assigned => resolved |
| 2010-06-14 15:31 | Baughn | Fixed in Version | => 0.31.07 |
| 2010-06-14 15:31 | Baughn | Resolution | open => fixed |
| 2010-06-29 07:38 |
|
Category | Technical => Technical -- General |