Recent

Author Topic: Greek Characters do not appear in TListbox  (Read 4540 times)

stavros92

  • Guest
Greek Characters do not appear in TListbox
« on: April 28, 2006, 08:13:55 pm »
Hi.
     I can display greek characters fine in a stringgrid but not in a listbox.
In the listbox although the fonts and char set are chosen fine greek characters do not appear at all. They appear as....blank

Any ideas?

Stavros

Anonymous

  • Guest
RE: Greek Characters do not appear in TListbox
« Reply #1 on: May 19, 2006, 02:57:26 am »
What operating system / widgetset are you using?

How are you putting greek characters to those components?

You could try putting the text into the component at run-time. Something like

MyComponent.Text := 'my greek text';

On Gtk 1, my greek text should be on a iso format probably, on Gtk 2 it should be utf-8. Careful that lazarus editor doesn't work with utf-8 (yet). You need to use another text editor to create that string. After don't alter it with Lazarus, unless you knows what you are doing.

 

TinyPortal © 2005-2018