|
|
| Author |
Message |
|
|
alen121 Familiar Face
Joined: 28 Sep 2007 Posts: 23
|
Posted: Mon Mar 24, 2008 6:47 am Post subject: textview && UTF-8 |
|
|
| I recived a text from input in Arabic( or none En language) . when I want to display it in a text view , it displays the text as ?????? ??? . what is the problem ? I should turn it to UTF-8 ? ( does GTK widgets turn input text in to UTF ? ) . I have a Arabic font . |
|
| Back to top |
|
 |
Wolfgang Familiar Face
Joined: 05 Feb 2008 Posts: 37
|
Posted: Mon Mar 24, 2008 8:33 am Post subject: |
|
|
> I recived a text from input in Arabic( or none En language)
what are ou using as input field? You may use TextView as input. |
|
| Back to top |
|
 |
alen121 Familiar Face
Joined: 28 Sep 2007 Posts: 23
|
Posted: Mon Mar 24, 2008 11:28 am Post subject: |
|
|
| I extract this text as an input from my database(mysql) ( the text is saved as utf_8 collation ucs2_persian_ci in data base) . when I want to display the extracted text in textview it displays it as ????? . |
|
| Back to top |
|
 |
|