delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Apr 24, 2008 11:37 am Post subject: Text & Unicode |
|
|
gtk+list: To read a line of text from gtk text view
"I have displayed some data on the text view. When a user clicks the start
of any line ,I want to read that line into a string variable. How do I do that??"
...
"gtk_text_buffer_get_text returns pointer to text buffer in utf-8 of course.
GTK+ operates with utf-8 strings only, if I not mistake." |
|