From: "Andrei M. Laptev" <aml@softex.ru>
To: community@altlinux.ru
Subject: Re: [Comm] [JT] а работает ли мастеровский перл, регулярные выражения, с русскими буквами?
Date: Thu, 24 Oct 2002 10:20:29 +0500
Message-ID: <20021024102029.34b208c1.aml@softex.ru> (raw)
In-Reply-To: <20021023193743.1dd881f4.maga@replay.ru>
On Wed, 23 Oct 2002 19:37:43 +0400
Sergey Degtyaryov <maga@replay.ru> wrote:
> > пытаюсь искать строку, но ищет только если точно совпадает, а
> > такая вещь как игнорирование регистра не проходит.
>
> use locale;
>
А я вот тоже недавно столкнулся с похожей проблемой, что нужно как то перлу объяснить что он работает с русскими буквами.
вот краткий пример:
----------------8<-------------------------
$perl -e 'while (<>){print "--->$_" if /[а-я]/}'
а
--->а
б
--->б
в
г
--->г
д
--->д
е
--->е
ё
ж
з
и
--->и
й
--->й
----------------8<-------------------------
То есть буквы в,ё,ж,з ну и там еще несколько не попадают под регулярное выражение [а-я], хотя с англиским аналогом [a-z] проблем нет.
Попытки писать use locale или setlocale(LC_ALL,'ru_RU.KOI8-R') у меня эффекта не дали.
Для себя решил проблему просто перечислив все русские буквы в квадратных скобках.
--
С уважением,
Лаптев Андрей
next prev parent reply other threads:[~2002-10-24 5:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-23 15:27 Maxim
2002-10-23 15:37 ` Sergey Degtyaryov
2002-10-23 16:36 ` [Comm] Re[2]: " Maxim
2002-10-24 5:20 ` Andrei M. Laptev [this message]
2002-10-24 11:11 ` Ruslan N. Balkin
2002-10-25 4:50 ` Andrei M. Laptev
2002-10-25 11:16 ` Ruslan N. Balkin
2002-10-25 18:42 ` Karpov A.
2002-10-25 21:08 ` Sergey V. Degtyaryov
2002-10-25 22:00 ` Ruslan N. Balkin
2002-10-25 22:25 ` Sergey V. Degtyaryov
2002-10-26 1:50 ` Ruslan N. Balkin
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=20021024102029.34b208c1.aml@softex.ru \
--to=aml@softex.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