View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004159 | Spring engine | General | public | 2013-11-18 21:21 | 2013-11-18 21:35 |
| Reporter | abma | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 95.0.1+git | ||||
| Summary | 0004159: [utf8 branch] broken characters | ||||
| Description | see comments on: https://github.com/spring/spring/pull/84 | ||||
| Steps To Reproduce | start game with this widget loaded: function widget:GetInfo() return { name = "UTF8Test", desc = "UTF-8", author = "banana_Ai", date = "", license = "GNU GPL, v2 or later", layer = 0, -- should load after EPIC_MENU enabled = true, } end function test() gl.Text("RM", 1, 1, 10, "no") end function widget:Initialize() showList = gl.CreateList(test) end type enter RM -> broken chars | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
imo this is a merge blocker: either a warning should be printed: "can't print chars within CreateList" or this should be fixed at all somehow. |
|
|
aw, ugh. didn't see https://github.com/N0U/spring/pull/5 |