fix utf8 text input

This commit is contained in:
airstruck
2015-11-12 17:43:57 -05:00
parent b706f663e4
commit 97b2332d47
2 changed files with 19 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ local mainForm = { id = 'mainWindow', type = 'panel',
},
{ type = 'sash', height = 4, },
{ type = 'panel', flow = 'x', height = 48, padding = 2,
{ type = 'text', id = 'aTextField', text = 'a text field' },
{ type = 'text', id = 'aTextField', text = 'Testing «ταБЬℓσ»: 1<2 & 4+1>3, now 20% off!', font = 'font/liberation/LiberationMono-Regular.ttf' },
{ type = 'button', key='return', width = 80, id = 'aButton', text = 'Styling!',
font = 'font/liberation/LiberationMono-Regular.ttf' },
},