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.
 
Back
Top