:)
Btw, Yuriy, somehow after your comment I got an idea to try if it would be possible to write pharo code in a language different from english. And the answer is yes! Pharo allows class and method names to be non-latin:

Inline image 2

However, if I try to have non-latin inst var name I get:

Inline image 3

Which is a bug, I suppose :D
https://pharo.fogbugz.com/f/cases/16941/Slots-can-not-have-non-latin-names

If anyone will get bored or have too many free time - fix is welcomed :D


Cheers,
Alex

On Fri, Nov 6, 2015 at 3:19 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
kudos for the first phrase :)

On 06 Nov 2015, at 00:20, Aliaksei Syrel <alex.syrel@gmail.com> wrote:

Hi

As you may know current embedded fonts don't have many non-latin characters.
Luckily adobe updated them and pushed new versions on github

<Source fonts.png>

Here is issue:

And slice:
SLICE-Issue-16935-Source-Sans-and-Code-fonts-do-not-support-non-latin-characters-symbols-or-cyrillic-AliakseiSyrel.1

Cheers,
Alex