Re: [fpc-devel] Array with char index could not compile

2006-07-06 Thread Пётр Косаревский
> I have troubles with compiling array with char index that uses > cyrillic characters. As you use unicode, you could index it from 0 to 10 and access like my_array[char_to_code(char_itself_or_string_or_array_to_take_char_from_the_beginning)]. If I get it right, widechar is word, char is byt

Re: [fpc-devel] Array with char index could not compile

2006-07-06 Thread Jonas Maebe
On 6 jul 2006, at 15:48, Alexander Todorov wrote: I have troubles with compiling array with char index that uses cyrillic characters. Please see issue: #7122 for details. http://www.freepascal.org/mantis/view.php?id=7122 Your program is wrong. I've added a note. Jonas __

[fpc-devel] Array with char index could not compile

2006-07-06 Thread Alexander Todorov
Hello, I have troubles with compiling array with char index that uses cyrillic characters. Please see issue: #7122 for details. http://www.freepascal.org/mantis/view.php?id=7122 Any ideas or workarounds are more than welcome. Thanks. ___ fpc-devel maill