Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Eric Grange <egrangeNO@xxxxxxxxxxxxxxx>
- Date: Tue, 05 Sep 2006 08:24:51 +0200
I believe there is a large group of Delphi developers who understand nothing about Unicode. I'm certainly one of them. The only reason I use WideString is when a particular API requires it or when using COM, /never/ for localization reasons.
I much agree, I was quite ignorant of Unicode until recently, even when doing localization I had assumed for years that when AnsiString wouldn't prove sufficient, merely using WideString could take care of it all.
Judging from the RTL code, Borland developpers were in a similar position.
Also for years China and internationalization (beyond western languages, ie. beyond ISO-8859-1) were minor issues, but with companies concentrating worldwide, we more and more find ourselves facing the "internationalization" issue, even when the app is going to be deployed primarily in Europe, there is a requirement for supporting Asian languages, should a new plant be built/bought/whatever there someday.
Eric
.
- References:
- Unicode in Delphi: just deprecate WideString/WideChar
- From: Eric Grange
- Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Maël Hörz
- Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Eric Grange
- Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Maël Hörz
- Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Eric Grange
- Re: Unicode in Delphi: just deprecate WideString/WideChar
- From: Jon Robertson
- Unicode in Delphi: just deprecate WideString/WideChar
- Prev by Date: Re: 100% pure Win32 IDE
- Next by Date: Re: 100% pure Win32 IDE
- Previous by thread: Re: Unicode in Delphi: just deprecate WideString/WideChar
- Next by thread: Re: Unicode in Delphi: just deprecate WideString/WideChar
- Index(es):
Relevant Pages
|