Changes to .NET 2.0 Result in Breaking Changes to Culture Names
There has been a breaking change the list of culture names in .NET 2.0. This change applies to Windows Vista and anyone who has installed patch ms07-049.
Tracking change and innovation in the enterprise software development community
There has been a breaking change the list of culture names in .NET 2.0. This change applies to Windows Vista and anyone who has installed patch ms07-049.
A common problem with programming languages, including those of .NET, is the lack of decent time zone support. Too often developers pretend that time zones do not exist at all rather than take the time and effort to get them right. Microsoft seeks to change this for .NET programmers by introducing the TimeZoneInfo and DateTimeOffset classes.
InfoQ summarizes the current plan for the handling strings in JRuby 1.0: Java has Unicode strings, Ruby has byte arrays. JRuby 1.0 will keep it this way, and only incur costs when both worlds meet. Regular expressions are demanding attention as well.
InfoQ's mission is to be the world's source for tracking change and innovation in the enterprise software development community. To maximize InfoQ's positive impact, InfoQ is extending to serve communities where English is a strong barrier, starting with China, and in a few months Japan, and hopefully Brasil by the end of the year.
The W3C announces the start of a working group on Internationalization and one on a Protocol for Web Description Resources (POWDER).
It is often said that ASP.NET does not scale and that for real enterprise applications you need to use J2EE. Well, the folks as Continental Airlines beg to differ. Not only does ASP.NET scale in terms of performance, Continental claims it also scales in terms of internationalization.
Microsoft has finally extended time zone support to encompass more than just UTC and the user's local time zone. With .NET 3.5/Orcas, .NET applications will be able to fully leverage the time zone information available to the OS.
The issue of proper Unicode support for Ruby on Rails continues to generate lots of discussion and development activity. The Multibyte for Rails project seems to be making progress in driving a unified solution to the problem.