Text.Encoding

  • Thread starter Thread starter Freeman
  • Start date Start date
F

Freeman

Hi all,

I am created text file on Turkish Locale Pc and i transferred this text file
to my PDA (installed WinCE.NET)
PDA locale setting is English (Turkish locale not exists on PDA)..

When,
I am read text file on device with StreamReader (Encoding.GetEncoding(1254))
this Exception occurs "PlatformNotSupportedException". Because; PDA locale
is English.

I am trying other encoding variants but i am always see invalid chars.
When manually assign Turkish chars in my App. i am look correct chars.

what is solution or what is correct unicode process usage on this context?

thansk for help.
 

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

Back
Top