Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0002329Dwarf FortressTechnical -- Generalpublic2010-06-14 14:462010-06-14 15:31
Dral 
Baughn 
lowminoralways
resolvedfixed 
0.31.06 
0.31.07 
0002329: display corruption with PRINT_MODE:TEXT when attempting display of epsilon character
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.
Build a bowyer's workshop and scroll around a bit.
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,

No tags attached.
Issue History
2010-06-14 14:46DralNew Issue
2010-06-14 15:13FootkerchiefStatusnew => assigned
2010-06-14 15:13FootkerchiefAssigned To => Baughn
2010-06-14 15:31BaughnNote Added: 0008433
2010-06-14 15:31BaughnStatusassigned => resolved
2010-06-14 15:31BaughnFixed in Version => 0.31.07
2010-06-14 15:31BaughnResolutionopen => fixed
2010-06-29 07:38FootkerchiefCategoryTechnical => Technical -- General

Notes
(0008433)
Baughn   
2010-06-14 15:31   
Duly noted.