Sign In
I'm not a Klingon (
)
Shawn Steele's thoughts about Windows and .Net Framework globalization APIs
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Custom Cultures / Locales / CultureInfo
Dates & Times
eMail Address Internationalization
IDN (Internationalized Domain Names)
Klingon
Pages
Sailing
Silverlight
sorting
System.Text
Unicode and Code Pages/Encodings
Windows Home Server
Archive
Archives
November 2011
(3)
March 2011
(2)
January 2011
(1)
December 2010
(2)
October 2010
(2)
September 2010
(1)
July 2010
(1)
May 2010
(2)
February 2010
(2)
January 2010
(2)
November 2009
(2)
October 2009
(2)
September 2009
(3)
August 2009
(3)
July 2009
(1)
June 2009
(3)
May 2009
(4)
November 2008
(1)
September 2008
(8)
August 2008
(1)
July 2008
(1)
June 2008
(2)
May 2008
(1)
April 2008
(2)
March 2008
(3)
January 2008
(1)
December 2007
(3)
November 2007
(1)
October 2007
(1)
September 2007
(1)
August 2007
(2)
July 2007
(4)
June 2007
(6)
May 2007
(5)
April 2007
(3)
March 2007
(8)
February 2007
(5)
January 2007
(2)
December 2006
(1)
November 2006
(3)
October 2006
(4)
September 2006
(7)
August 2006
(5)
July 2006
(3)
June 2006
(8)
May 2006
(2)
April 2006
(1)
March 2006
(1)
February 2006
(4)
January 2006
(4)
December 2005
(5)
November 2005
(2)
October 2005
(1)
September 2005
(2)
August 2005
(3)
May 2005
(1)
April 2005
(2)
March 2005
(17)
September, 2006
MSDN Blogs
>
I'm not a Klingon (
)
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
I'm not a Klingon (
)
Best Way to Make Your Own Encoding
Posted
over 6 years ago
by
Shawn Steele - MSFT
4
Comments
Martin recently asked what the best way to roll his own encoding in .Net 2.0, in particular can you override Encoding/Encoder/Decoder, or should he write his own StreamWriter. #1 is, of course, to use Unicode :), but apparently Martin doesn't have...
I'm not a Klingon (
)
List of "ANSI" code pages used by Windows.
Posted
over 6 years ago
by
Shawn Steele - MSFT
2
Comments
These are the "ANSI" code pages that could be used by CP_ACP. Other code pages should not appear as "ANSI" code pages in Windows. 874 windows-874 ANSI/OEM Thai (same as 28605); Thai (Windows) 932 shift_jis ANSI/OEM Japanese;...
I'm not a Klingon (
)
RegionInfo objects are sensitive to a specific culture.
Posted
over 6 years ago
by
Shawn Steele - MSFT
0
Comments
You can use a RegionInfo() object with a region name in the constructor, like "US", however that doesn't always provide appropriate results. The RegionInfo properties, such as DisplayName for example, depend on the language and culture being used. So...
I'm not a Klingon (
)
VBScript's SetLocale doesn't know about new Vista locales.
Posted
over 6 years ago
by
Shawn Steele - MSFT
1
Comments
I just discovered that VBScript has a SetLocale() function that apparently is backed by a static list of locale names, which means that its locale names aren't consistent with the list supported in Vista. Fortunatly SetLocale(0) gets you the current...
I'm not a Klingon (
)
IDN Test URLs
Posted
over 6 years ago
by
Shawn Steele - MSFT
4
Comments
[Update: I now have a couple that use IDN TLDs] http://президент.рф/ http://موقع.وزارة-الاتصالات.مصر/ A colleague gave me some URLs to use for testing IDN. I don't vouch for any of these sites, and some are obvious ads and some may be inappropriate...
I'm not a Klingon (
)
How do I get localization in JScript (JavaScript) in IE7?
Posted
over 6 years ago
by
Shawn Steele - MSFT
4
Comments
I ran into an interesting problem with a Vista sidebar calendar gadget. It seems that it is not exactly trivial to find out interesting NLS data like localized month names, first day of week, etc. from JScript. Eventually I found a workaround for some...
I'm not a Klingon (
)
Does your web site die when it sees unexpected languages?
Posted
over 6 years ago
by
Shawn Steele - MSFT
2
Comments
Recently I've seen a spate of bugs involving client-server web applications related to the user locale. Windows Vista has added a ton of locales that weren't there in XP or Server 2003 or Microsoft.Net v2.0. Additionally users can create and use their...
Page 1 of 1 (7 items)