.NET CF SQLCE & Chinese characters

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
 
J

James Redclaff

Sorry, I can read it from the database, but when I want to display it, it is
only showing "squares"
 
C

Chris Tacke, eMVP

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
 
J

James Redclaff

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top