PP, Obviously that multibyte erase issue only applies to some cases, and there are working systems out there. I recently heard someone experiencing that, though. Goes to say that things aren't smooth yet.
Aloone, windows console supports multibyte. On my other box with japanese locale, it works almost too well. It's really disturbing to try to use ISO-8859-1 apps which try to output umlauts, as they end up turning into japanese
Calum, why do you say so? .NET has string type which is internally unicode, and conversions happen through encoding to byte arrays and so on. Thus, both C# and VB.NET internally solve the whole unicode text issue and in a completely transparent fashion. Well, as transparent as completely new programming environment can be