Tagged Questions

1
vote
1answer
102 views

Clipboard data set as CF_TEXT can't be retrieved correctly as CF_UNICODETEXT

Our app has a bug in the non-unicode version; if we copy some Russian characters to the clipboard(using SetClipboardData(CF_TEXT)), and then paste them into notepad, they don't get pasted as the ...
0
votes
1answer
43 views

Cucumber, Rspec: unicode symbols in output

I wonder if it is possible to make Cucumber output matching errors in Russian instead of this: Сценарий: Успешное добавление кгиги # features/books/add_book.feature:12 Если я добавил книгу ...
0
votes
1answer
486 views

C++ Win32: Converting scan code to Unicode character

When I switch to Russian layout in Windows 7 and press ; key on the keyboard, I get Russian letter ж on the screen. I am working on a application where I need to detected pressed keys and draw text ...
0
votes
0answers
74 views

CallTip in QScintilla on russian

How can I write russian text into calltip of QScintilla? I try this code: SendScintilla(SCI_CALLTIPSHOW, position, ...
0
votes
2answers
328 views

Translate unreadable Russian text

I'm trying to read documentation which was written in I believe is Russian, but I'm not sure if what I'm seeing is even encoded correctly. The text looks something like this: Ãåíåðèðóåò ìàòðèöó ...
0
votes
2answers
597 views

Unicode characters not showing in Zend_Pdf?

require_once 'Zend/Pdf.php'; $pdf = new Zend_Pdf(); $page = $pdf->newPage(Zend_Pdf_Page::SIZE_A4); $pdf->pages[] = $page; ...