ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Oleg N. Kayunov" <okayunov@mtu-net.ru>
To: community@altlinux.ru
Subject: [Comm] Re: TkInter - русофоб
Date: Thu, 13 Jan 2005 23:05:49 +0300
Message-ID: <41E6D49D.2030803@mtu-net.ru> (raw)
In-Reply-To: <41E646A8.8040102@gs7.ru>

vadim_r пишет:

> делаешь комментарий _* koi8-r *_
> а дальше перед каждой строкой пишешь u"Русский", буква u обязательна....

Прошу прощения за несообразительность - где ставить?
Чисто конкретно - место с проблемой:
  for l in resvote:
    votres.insert(END, l)
здесь resvote получено из файла как:
 resvote=fin.readlines()
т.е. суть набор строк в коих и есть киррилица.
Кстати - print resvote тоже выводит не то (hex-коды)
И где тут ставить комментарий и u"Русский"?


Так:
votres.insert(END, u"Русский"+ l)
(уж совсем буквально сделал)?
Но получил:
  File "./methods.pyw", line 170, in voteprint
    votres.insert(END,  u"Русский"+l)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf4 in position 2: 
ordinal not in range(128)

Но где тут поставить комментарий?


>
>
> Oleg N. Kayunov wrote:
>
>>    Программируя в TkInter в Python (под Citron 2.4) делаю окно Text и 
>> начинаю выводить туда текст с русскими буквами.и вижу нечто 
>> нечитаемое. Кто-нибудь умеет выводить русский текст в TkInter корректно?
>> Поделитесь опытом., а?
>>
>>    Кстати, б.м. дело в более глубоких вещах - Audasity тоже нечитаемо 
>> руссифицируем.
>>

-- 
== В действительности все обстоит совершенно иначе чем на самом деле. ==
	BR, Oleg N. Kayunov.



  reply	other threads:[~2005-01-13 20:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-13  8:39 [Comm] " Oleg N. Kayunov
2005-01-13 10:00 ` vadim_r
2005-01-13 20:05   ` Oleg N. Kayunov [this message]
2005-01-14  8:47     ` [Comm] " Kolotov Alexandr
2005-01-13 20:58 ` [Comm] " Andrey Orlov
2005-01-13 22:03   ` [Comm] " Oleg N. Kayunov
2005-01-14  0:36     ` Andrey Orlov
2005-01-14  6:32     ` Guest007
2005-01-14  8:44     ` Kolotov Alexandr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41E6D49D.2030803@mtu-net.ru \
    --to=okayunov@mtu-net.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git