Ticket #3215 (new defect)

Opened 10 years ago

Last modified 10 years ago

Mcedit cursor takes more space on russian letters

Reported by: elbahek Owned by:
Priority: minor Milestone: Future Releases
Component: mcedit Version: master
Keywords: cursor russian Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

When cursor is over russian text in mcedit extra space appear before cursor
http://cdn.joxi.ru/media/cache/preview/uploads/prod/2014/05/14/045/fdb/37c27536c30614c24145395cc9f291b41caeb44e.jpg

This extra space seems to grow when cursor is moving further right
http://cdn.joxi.ru/media/cache/preview/uploads/prod/2014/05/14/116/417/a685609ff839860ec26fc32650ae02ce363fddb1.jpg

Attachments

mcedit-bug.txt (1.5 KB) - added by elbahek 10 years ago.

Change History

Changed 10 years ago by elbahek

comment:1 Changed 10 years ago by andrew_b

There is a problem described in many web pages. nl_langinfo (CODEST) returns "ANSI_X3.4-1968" for en_US.UTF-8 locale despite the fact that we have setlocale (LC_ALL, ""); at the begin of main().

What in output of locale charmap command in your system?

comment:2 Changed 10 years ago by elbahek

$ locale charmap
UTF-8

Note: See TracTickets for help on using tickets.