InfoQ

Topic/Tag specific view

All content and news on InfoQ about Internationalization


News about Internationalization

Changes to .NET 2.0 Result in Breaking Changes to Culture Names

Community
.NET
Topics
Internationalization,
.NET Framework

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.

New Best Practices for Working with Date/Time Values

Community
.NET
Topics
Internationalization,
.NET Framework

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.

State of Unicode and Ruby Compatibility for JRuby 1.0

Community
Java,
Ruby
Topics
JRuby,
Internationalization

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 China Unlaunches

Community
Agile,
Java,
.NET,
Ruby,
SOA
Topics
Internationalization,
InfoQ Announcements

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.

W3C starts two new technical committees

Community
SOA
Topics
Semantic Web,
WS Standards,
Internationalization

The W3C announces the start of a working group on Internationalization and one on a Protocol for Web Description Resources (POWDER).

Continental Airlines Case Study

Community
.NET
Topics
Internationalization

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.

Improved Time Zone Support Planned For .Net 3.5.

Community
.NET
Topics
Internationalization,
.NET Framework

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.

Multibyte for Rails: A Unicode Solution for Rails?

Community
Ruby
Topics
Ruby on Rails,
Internationalization

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.