On Friday 08 November 2013 09:49:41 Ivanko B wrote:
> /lib/common/i18n/mseucs2ru.pas :
> -----------------------------------
> const
>
>  cp866_2: array[$2550..$256C] of byte = (
>   $cd,$ba,$d5,$d6,$c9,$b8,$b7,$bb,$d4,$d3,$c8,$be,$bd,$bc,$c6,
>   $c7,$cc,$b5,$b6,$b9,$d1,$d2,$cb,$cf,$d0,$ca,$d8,$d7,$ce
>  );
>
>  cpUCS2_1: array[$b5..$be] of longword = (
>   $2561,$2562,$2556,$2555,$2563,$2551,$2557,$255D,$255C,$255B
>  );
>
>  cpUCS2_2: array[$c6..$d8] of longword = (
>   $255E,$255F,$255A,$2554,$2569,$2566,$2560,$2550,$256C,$2567,
>   $2568,$2564,$2565,$2559,$2558,$2552,$2553,$256B,$256A
>  );
>
Arbitrary array indices probably will be removed. Wiki:
"
14.   Item index of strings and arrays is zero-based.

15.   No arrays of arbitrary range,

    type
     arty = array[0..9] of snum32;

becomes

    type
     arty = array[10] of snum32;
"

Martin

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to