.NET CF SQLCE & Chinese characters

  • Thread starter Thread starter James Redclaff
  • Start date Start date
J

James Redclaff

Hello

I have saved some chinese characters in a SQLCE-Database. I can read it
correctly on the full framework, but not with .NET CF 3.5.
Why? How can I read it?

Thanks
 
Sorry, I can read it from the database, but when I want to display it, it is
only showing "squares"
 
You need a Font on the device capable of displaying Chinese glyphs.
Standard English devices don't have that font as it's quite large and most
people buying English devices presumably don't need it. Install a Font with
the glyphs and they will display fine.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Thanks, I will try that.

Chris Tacke said:
You need a Font on the device capable of displaying Chinese glyphs.
Standard English devices don't have that font as it's quite large and most
people buying English devices presumably don't need it. Install a Font
with the glyphs and they will display fine.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Back
Top