View Issue Details

IDProjectCategoryView StatusLast Update
0004159Spring engineGeneralpublic2013-11-18 21:35
Reporterabma Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version95.0.1+git 
Summary0004159: [utf8 branch] broken characters
Descriptionsee comments on: https://github.com/spring/spring/pull/84
Steps To Reproducestart 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
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2013-11-18 21:23

administrator   ~0012173

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.

abma

2013-11-18 21:35

administrator   ~0012175

aw, ugh. didn't see https://github.com/N0U/spring/pull/5

Issue History

Date Modified Username Field Change
2013-11-18 21:21 abma New Issue
2013-11-18 21:23 abma Note Added: 0012173
2013-11-18 21:35 abma Note Added: 0012175
2013-11-18 21:35 abma Status new => closed
2013-11-18 21:35 abma Resolution open => duplicate