lug-bg: Fedora, readline and utf-8
- Subject: lug-bg: Fedora, readline and utf-8
- From: "Doncho N. Gunchev" <mr700@xxxxxxxxxxxx>
- Date: Thu, 16 Dec 2004 17:56:56 +0200
- Organization: Global Net Solutions
Здравейте,
ще помоля за малко разяснение/я по темата. Скоро попълних
https://bugzilla.redhat.com/beta/show_bug.cgi?id=142265, или накратко:
с python коригирането с backspace на кирилица не е наред (трие
по 1/2 от буквата)... В крайна сметка се оказа, че:
import locale
locale.setlocale (locale.LC_CTYPE, "")
решава проблема. Също така:
"read" without -e on bash just invokes the read() system call, so you
just get tty line discipline.
Което обяснява защо 'read -e' работи, а read - не.
Python doesn't (of its own accord) call setlocale(LC_CTYPE,""), so of _course_
it won't handle multibyte issues when you just invoke it and start typing.
Тази част не я разбрах. На мене ми изглежда по-логично
да извика setlocale за да работи с подразбиращия се локал, а
всичко което му трябва друг - да си го установява. Никак не
ми звучи нормално 'read -e' да работи по един начин, а 'read'
по друг, за което моля за разяснение по темата... Как стои
въпроса с другите дистрибуции (ползващи utf-8)?
--
Kind regards,
Doncho N. Gunchev Registered Linux User #291323 at counter.li.org
GPG-Key-ID: 1024D/DA454F79 http://pgp.mit.edu
Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79
============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================
|