Re: Unicode in Delphi/VCL (yet again)
- From: "Dan Barclay" <Dan@xxxxxxxx>
- Date: Wed, 24 Aug 2005 11:44:02 -0500
> Do you understand the way it would break your code?
The point is, neither you nor Borland has any of understanding the way it
would break *someone else's* code.
I honestly don't know the answer to these questions, but the effect has hit
hard before:
>The problem
> is how does .AsString or .Text know when to handle it as an ANSI
> and when to handle it as UNICODE?
Do developers use "string" for binary data? (note I didn't say "should").
> The break would be so minor, it shouldn't take more then a week
> to convert several hundred units.
Let me introduce you to a few million VB developers. Few of the breaks
introduced by MS seem significant by themselves. Together they are
impenetrable. You either have a stable language or you don't. There are
literally millions of VB developers with billions of lines of code that will
not be moving to VB.Net because of it.
That's not to say there isn't a good way to accomplish UNICODE in Delphi. I
will outright state that purposely breaking code shouldn't be on the list
though.
Dan
"Thomas Miller" <tmiller@xxxxxxxxxxxxxxxx> wrote in message
news:430c855f@xxxxxxxxxxxxxxxxxxxxxxxxx
> Do you understand the way it would break your code? Obviously
> not, otherwise you wouldn't have a problem with this. The problem
> is how does .AsString or .Text know when to handle it as an ANSI
> and when to handle it as UNICODE? It can't. The only thing you
> would have to do is update any literals stored in the DFM. That
> could be done easily with an update program.
>
> The break would be so minor, it shouldn't take more then a week
> to convert several hundred units.
>
> Dave Nottage [TeamB] wrote:
>> Thomas Miller wrote:
>>
>>
>>>Yes, break my code.
>>
>>
>> But don't break mine <g>
>>
>> See also Dan's reply. I couldn't agree more.
>>
>
> --
> Thomas Miller
> Wash DC Delphi SIG Chairperson
> Delphi Client/Server Certified Developer
> BSS Accounting & Distribution Software
> BSS Enterprise Accounting FrameWork
>
> http://www.bss-software.com
> http://www.cpcug.org/user/delphi/index.html
> https://sourceforge.net/projects/uopl/
> http://sourceforge.net/projects/dbexpressplus
.
- References:
- Unicode in Delphi/VCL (yet again)
- From: Paras Kafley
- Re: Unicode in Delphi/VCL (yet again)
- From: Danny Thorpe
- Re: Unicode in Delphi/VCL (yet again)
- From: Thomas Miller
- Re: Unicode in Delphi/VCL (yet again)
- From: Dave Nottage [TeamB]
- Re: Unicode in Delphi/VCL (yet again)
- From: Thomas Miller
- Unicode in Delphi/VCL (yet again)
- Prev by Date: Re: Database wars
- Next by Date: Re: Unicode in Delphi/VCL (yet again)
- Previous by thread: Re: Unicode in Delphi/VCL (yet again)
- Next by thread: Re: Unicode in Delphi/VCL (yet again)
- Index(es):
Relevant Pages
|