When I use:
char[] abcCyr = {'a','б','в','г','д','ё','ж','з','и','к','л','м','н','п','р','с','т','у','ў','ф','х','ц','ш','щ','ы','ю','я'};
Nothing is wrong, but when I try to change type of array to String, eclipse forbid me to do this. What is wrong?