I've found that there two main categories of reasons for this. The one that most people don't consider is that the font doesn't have entries for the characters. Are you sure that the font being used has character entries for these characters? The best thing to do is to put some test code in your app that converts the string to binary and dumps out the bytes (to the Console for example). If the bytes are correct, then my hunch would be that your font doesn't support the characters in the string. If the bytes are not correct then naturally you have to back track until you find out when in your process the bytes become corrupted.
Dan Maser | Lead Software Developer phone & fax +1.317.872.3000 | mobile +1.317.872.3000 | [email protected] Interactive Intelligence Inc. Deliberately Innovative www.inin.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of mtrekker Sent: Thursday, September 03, 2009 12:47 PM To: [email protected] Subject: [Mono-list] Charset issue Can somebody explain me what it needs to be set up to get rid of funny chars? See my previous post: http://www.nabble.com/Charset-issue-to25220398.html -- View this message in context: http://www.nabble.com/Charset-issue-tp25280886p25280886.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
