Page 3 of 3

Re: issue-#19 The interface is not showing for aliases

Posted: Tue Aug 09, 2016 8:04 am
by Josef Templ
toUpper and toLower are used as an optimization for the first 256 characters.
Strings.Upper(CHR(255)) is 178X (376 decimal), which is outside.
Therefore Lower it is handled by the WinApi call in both versions
and there is no difference between Strings and Kernel.

I have tested all 256 characters for differences in Strings.Upper/Lower and Kernel.Upper/Lower.
After the fix there are no differences.

- Josef

Re: issue-#19 The interface is not showing for aliases

Posted: Wed Aug 10, 2016 6:26 am
by Ivan Denisov
Josef Templ wrote:I have tested all 256 characters for differences in Strings.Upper/Lower and Kernel.Upper/Lower.
After the fix there are no differences.
All fixed and we can vote now.