System.Text.Encoding.Default question

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

Hi, Guys
I am currently working with a multi-language project, and I have a question,
is System.Text.Encoding.Default related to machine (locale English, French,
Chinese and etc) or independent? Say, I have different language OS (Win2000
Server), does System.Text.Encoding.Default.CodePage always return same value
under different OS?

Thanks!
 
Hardy Wang said:
I am currently working with a multi-language project, and I have a
question, is System.Text.Encoding.Default related to machine (locale
English, French, Chinese and etc) or independent? Say, I have different
language OS (Win2000 Server), does System.Text.Encoding.Default.CodePage
always return same value under different OS?

Its returned based on how the user has the regional settings set in control
panel.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 
Back
Top