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)
MSDN Blogs
>
I'm not a Klingon (
)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
I'm not a Klingon (
)
Extending the Windows Japanese Calendar Era information.
Posted
6 months ago
by
Shawn Steele - MSFT
4
Comments
Some people have asked whether Windows supports new Japanese Calendar Emperor eras if that becomes necessary. FWIW That information is stored in the registry on Win7/Win8/.Net4.0+: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Calendars...
I'm not a Klingon (
)
User Locale, System Locale, UI Language, Language Profile & All That
Posted
6 months ago
by
Shawn Steele - MSFT
0
Comments
"Anonymous" asked a good question in a previous post " http://blogs.msdn.com/b/shawnste/archive/2006/02/17/klingon-in-piqad-windows-vista-custom-locale.aspx#10235416 ", basically leading to "what's the difference between a user locale and a system locale...
I'm not a Klingon (
)
Dumping Custom Culture LDML for all built-in files
Posted
6 months ago
by
Shawn Steele - MSFT
0
Comments
Sometimes you want to see what's in a built-in culture, or maybe you want to figure out what data's in an uplevel culture so that you can make a similar custom culture for an older OS. Here's an easy way to dump the LDML files for all of the cultures...
I'm not a Klingon (
)
Rupee update for Windows 7 and Server 2008 R2
Posted
over 1 year ago
by
Shawn Steele - MSFT
2
Comments
India changed it's currency symbol, and so now we have an update http://support.microsoft.com/kb/2496898 to support the new rupee symbol.
I'm not a Klingon (
)
Dump the LDML for ALL the locales on the box
Posted
over 1 year ago
by
Shawn Steele - MSFT
0
Comments
So, for whatever reason, you want to know what the LDML that the CultureAndRegionInfoBuilder needs is for all the locales for the box. It's pretty trivial, but: using System; using System.Globalization; class DumpAllLocales { static...
I'm not a Klingon (
)
Some user account changes are coming
Posted
over 1 year ago
by
Shawn Steele - MSFT
0
Comments
"For those of you who sign-in to comment on the MSDN Blogs, there is a change coming on January 27 th 1:00 pm (PST) regarding user accounts and profiles. Please click here to read about this change. If you have questions please leave a comment on...
I'm not a Klingon (
)
How do I tell if a user's entering Unicode data into my ANSI app?
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
#1: Is there a really, really good reason you didn't compile your app with the unicode flag? Just the fact that you're asking this question is a pretty big red flag that some user might want to enter Unicode data into your app. Supporting Unicode is pretty...
I'm not a Klingon (
)
IDNA - Is it fussball or fußball?
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
[Update - Note: A coworker pointed out that it's really Fussball or Fußball, since it's a noun. I knew that, I'm just using the lower case here because domain names get lower cased, which is a seperate issue and I didn't want to complicate the example...
I'm not a Klingon (
)
Short Date Formats Don't Always Fit Neat Patterns
Posted
over 2 years ago
by
Shawn Steele - MSFT
5
Comments
I'm often asked something like "What's the date separator for locale XXX?" Well, not every locale fits our preconceived MM/dd/yyyy concepts. Some of the built-in values that developers may not expect: dd/MM yyyy -- 20/10 2010 -- This one has different...
I'm not a Klingon (
)
Unicode 6.0 has a new Indian Rupee Symbol, how do I get it?
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
Well you can't, not yet anyway. Unicode 6.0 adds the new Indian Rupee Symbol at U+20B9 (see http://www.unicode.org/charts/PDF/U20A0.pdf ) so how do you get it to work? Unfortunately you can’t get it to work immediately ;-(. The problem’s...
I'm not a Klingon (
)
Thoughts About Email Addresses with EAI (Email Address Internationalization)
Posted
over 2 years ago
by
Shawn Steele - MSFT
6
Comments
The EAI Working Group ( http://datatracker.ietf.org/wg/eai/charter/ ) is making rapid progress toward standardizing Unicode email addresses. Unicode email addresses are a terrific feature for people in many countries that don't use Latin/ASCII as a native...
I'm not a Klingon (
)
Quick Custom Culture to Change Euro Currency Symbol
Posted
over 2 years ago
by
Shawn Steele - MSFT
3
Comments
I was asked for a quick sample of how to build a culture, so here it is: 1.) Start an elevated command prompt (have to be elevated to run CultureAndRegionInfoBuilder.Register()) (press windows key, type cmd, press ctrl+shift+enter is one way). 2...
I'm not a Klingon (
)
The Square Boxes in My Blog's Title
Posted
over 2 years ago
by
Shawn Steele - MSFT
2
Comments
Someone pointed out the boxes in my blog's title. That's a script some fans use for Klingon, but since it's not in Unicode, you need a pIqaD font to see it correctly. If you really want to see the square boxes, then grab the pIqaD.ttf font from the .zip...
I'm not a Klingon (
)
There're now "real" IDN TLDs....
Posted
over 2 years ago
by
Shawn Steele - MSFT
2
Comments
http://موقع.وزارة-الاتصالات.مصر (I don't know what it is, I don't read arabic, I'm just pointing it out as an example.) http://президент.рф (for a cyrillic example, apparently the president of Russia web site). -Shawn
I'm not a Klingon (
)
4 IDN ccTLDs (country code top level domain)s have been approved.
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
This is old news, but I didn't blog about it yet. 4 IDN ccTLDs have been approved: http://icann.org/en/announcements/announcement-21jan10-en.htm Cyrillic Script Russian Federation (RU): рф Arabic Script Egypt (EG): مصر Saudi Arabia (SA): السعودية United...
I'm not a Klingon (
)
Shawn Dropped the Space Needle
Posted
over 2 years ago
by
Shawn Steele - MSFT
2
Comments
Around work I'm well known for the Lego in my office (counting in the 10's of thousands of pieces). Last summer I was tricked into building a Lego Space Needle for a space in our old building. As you can see, I dropped the space needle when moving...
I'm not a Klingon (
)
UTF-8 usage on web approaching 50%
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
Google posted an interesting chart: http://googleblog.blogspot.com/2010/01/unicode-nearing-50-of-web.html I'm sure Bing has similar data, but since Mark already built the chart it was easier for me to link there :) Hopefully this will mean less code...
I'm not a Klingon (
)
Most combining characters in a Unicode glyph/character/whatever
Posted
over 2 years ago
by
Shawn Steele - MSFT
0
Comments
Recently on the Unicode list someone asked basically what the biggest number of combining characters could happen in a sequence. It's as many as someone wants to use, though the normalization UTS15 adds a limit, and the font rendering problem gets weird...
I'm not a Klingon (
)
The FUD of IDN and Homographs
Posted
over 3 years ago
by
Shawn Steele - MSFT
2
Comments
I was pointed to this article http://www.microsofttranslator.com/BV.aspx?ref=Internal&a=http%3a%2f%2fwww.bortzmeyer.org%2fidn-et-phishing.html about IDN and homographs, which points out that most of the fear around IDN and phishing is unfounded. Seemed...
I'm not a Klingon (
)
SetLocaleInfo() is horrid, don't use it!
Posted
over 3 years ago
by
Shawn Steele - MSFT
2
Comments
I just ran into a bug with SetLocaleInfo() use, and it pretty much reminded me that SetLocaleInfo() stinks. Michael said it years ago and it's still true. The only thing it's useful for is a "Regional and Language Options" type app, and there's already...
I'm not a Klingon (
)
IDNA2008 / IDNAbis on Windows 7, Vista, Net, etc.
Posted
over 3 years ago
by
Shawn Steele - MSFT
0
Comments
Some people have asked what they should do to support IDNA2008 on Microsoft platforms. We provide IdnToAscii() and related functions in the Windows SDK. That's available natively on Vista+, and through idndl.dll on earlier platforms. Idndl is shipped...
I'm not a Klingon (
)
Visual Studio 2010 and .Net v4 Beta released
Posted
over 3 years ago
by
Shawn Steele - MSFT
0
Comments
If you go to http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx there's now a Visual Studio 2010 and .Net v4 beta page. The betas are a good place to learn about new releases and provide feedback. -Shawn
I'm not a Klingon (
)
Missing International Setting Registry Key?
Posted
over 3 years ago
by
Shawn Steele - MSFT
1
Comments
Some Zune users ran into a strange problem http://forums.zune.net/2/3/518796/ShowPost.aspx and it seems like the Nation Value in HKEY_CURRENT_USER\Control Panel\International\Geo isn't there on some Windows XP machines. That seems really wierd to me because...
I'm not a Klingon (
)
A Cool Hard Drive Fix
Posted
over 3 years ago
by
Shawn Steele - MSFT
3
Comments
Well, I should say all the caveats like "don't try this at home," and "it'll destroy your data," and "this is a stupid thing to do," and "don't try this with data you really need, use a professional data recovery service," but... At home I have a Windows...
I'm not a Klingon (
)
Japanese Calendars, How do I Test Support for Additional Eras?
Posted
over 3 years ago
by
Shawn Steele - MSFT
4
Comments
The Japanese Calendar is labeled by the reign of the current emporer. Windows has supported 4 Japanese calendar Eras, however in the future there may be more eras. Realizing this, we've added support in Windows 7, Server 2008R2 & .Net v4 for additional...
Page 1 of 7 (171 items)
1
2
3
4
5
»