Re: Did Borland doing well in Q4? Listen to the Earning CC



Kostya wrote:

There was a demand from many of their customers.

Really? I thought there was a demand for Unicode
support. Not for rendering old code invalid.

That sounds so dramatic. Every new versions renders some code
"invalid", which means one must adjust the code. Oh, this one will
probably render some more code "invalid", i.e. requiring a few simple
changes.

Anyway, I don't see
this as such a big problem.

I think you being a hobby programmer are in
no position to tell that.

Here we go again: the "you're just a hobbyist" argument. You think
wrong. I can assure you I am very well in a position to tell that.

Being someone who has programmed for more than 25 years, more than 20
years in TP and, later, Delphi, I am very well in a position to tell
that. Anyway, this is just a change in the implementation of the
default string type, and not really rocket science.

Like the transition of much of my code to .NET (which is also using
unicode strings, and even immutable ones) has shown, there are a few
issues with that, but not that many. Most of them were caught by the
compiler anyway.

But hey, people here are free to keep on ranting about something they
haven't even seen or tested. <shrug>
--
Rudy Velthuis [TeamB] http://www.teamb.com

"Under conditions of competition, standards are set by the morally
least reputable agent." -- philosopher/economist John Stuart Mill
.



Relevant Pages

  • Re: trying to achieve Level Triple-A conformance
    ... NG and look at the impact of the inconsistent visual rendering between ... and the value of validation becomes more obvious. ... Most invalid documents render fine, because the CSS rendering model is ... that one is display: block and the other display: inline. ...
    (alt.html)
  • Re: Rendering Unicode diacritics
    ... In general there is no special handling for Unicode composition in Tk ... For the text rendering itself, on Unix we use the standard X11 API. ...
    (comp.lang.tcl)
  • Re: Invalid Unicode
    ... suppose I replace every non-ASCII character with some ... my $invalid = chr; ... will Perl prohibit the use of invalid Unicode ...
    (perl.beginners)
  • Re: which locale
    ... ((invalid Unicode). ... That’s odd. ...
    (Debian-User)
  • Re: Big widget problems from perl 5.6 to 5.8
    ... just glancing at the error, half awake here, but this seems to be a invalid ... Searching the web deeply, I found something telling that it is a know bug from perlapp (unicode in temp path gets the script to fail working). ...
    (comp.lang.perl.tk)