ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: spider <spider@lsi.bas-net.by>
To: ALT Linux Community <community@altlinux.ru>
Subject: Re: [Comm] koi8-r to translit
Date: Thu, 06 Oct 2005 13:05:22 +0300
Message-ID: <4344F6E2.6040902@lsi.bas-net.by> (raw)
In-Reply-To: <op.sx5yrwbfhz2pp6@oc.peooc.net>

Aleksander N. Gorohovski пишет:
> On Wed, 05 Oct 2005 13:11:42 +0400, Антон Горлов wrote:
> 
>> Aleksander N. Gorohovski пишет:
>>
>>>>>> Есть патч для vsftpd который меняет кодировку
>>>>>
>>>>> Какой и где?
>>>>
>>>> http://www.opennet.ru/base/patch/ftp_charset_recode.txt.html
>>>
>>> Конечно, это хорошая вещь, но это не совсем то.
>>> Он работает когда на ftp-сервер закачивают файлы win-клиенты с  
>>> названиями
>>> в кодировке cp1251, чтобы их трансформировать в koi8-r.
>>> Ладно, пойду сам сочинять.
>>
>>
>> если что-то хорошее сочинишь -дай знать...
> 
> 
> Возникла проблема:
> пока не знаю каким эквивалентом (из сочетания английских букв) заменить
> три следующие русские:
> "Э"
> "Ы"
> "Ж"
zh
> Может у кого есть варианты ?
> 
> Остальные заменяю так:
>     "й"=>'j',
>     "ц"=>'c',
>     "у"=>'u',
>     "к"=>'k',
>     "е"=>'e',
>     "н"=>'n',
>     "г"=>'g',
>     "ш"=>'sh',
>     "щ"=>'sch',
shch
>     "з"=>'z',
>     "х"=>'h',
>     "ъ"=>'\'',
>     "ф"=>'f',
>     "ы"=>'',
>     "в"=>'v',
>     "а"=>'a',
>     "п"=>'p',
>     "р"=>'r',
>     "о"=>'o',
>     "л"=>'l',
>     "д"=>'d',
>     "ж"=>'',
>     "э"=>'',
>     "я"=>'ja',
>     "ч"=>'ch',
>     "с"=>'s',
>     "м"=>'m',
>     "и"=>'i',
>     "т"=>'t',
>     "ь"=>'`',
>     "б"=>'b',
>     "ю"=>'ju',
>     "ё"=>'jo');
> Если, что - поправьте.
> :-)
см. в файлах в /usr/share/texmf/tex/latex/cyrillic/*.def
Там сочетания некоторые более правильные...
Слова счетчик и щетка, например:-)



  parent reply	other threads:[~2005-10-06 10:05 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-05  6:24 Aleksander N. Gorohovski
2005-10-05  7:33 ` Alexandr O. Potapov
2005-10-05  7:39   ` Olvin
2005-10-05  6:59     ` Aleksander N. Gorohovski
2005-10-05  9:24       ` Slava Dubrovskiy
2005-10-05  8:31         ` Aleksander N. Gorohovski
2005-10-05  9:27       ` Re[2]: " Serge Skorokhodov
2005-10-05 14:27   ` Andrey Rahmatullin
2005-10-05  7:37 ` Шенцев Алексей Владимирович
2005-10-05  6:53   ` Aleksander N. Gorohovski
2005-10-05  8:01     ` Шенцев Алексей Владимирович
2005-10-05  7:27       ` Aleksander N. Gorohovski
2005-10-05  8:04   ` Pavel Serkov
2005-10-05  8:08     ` Шенцев Алексей Владимирович
2005-10-05  8:20       ` Pavel Serkov
2005-10-05  7:36         ` Aleksander N. Gorohovski
2005-10-05  9:11           ` Антон Горлов
2005-10-05  8:20             ` Aleksander N. Gorohovski
2005-10-05  9:40               ` Alexey Bayguzov
2005-10-05  8:47                 ` Aleksander N. Gorohovski
2005-10-05 10:04               ` [Comm] " Andrei Lomov
2005-10-05  9:29                 ` Aleksander N. Gorohovski
2005-10-05 21:47                   ` Vitaly Lipatov
2005-10-05 10:55               ` [Comm] " Vasya Makarov
2005-10-05 16:13               ` A.Kitouwaykin
2005-10-06 10:05               ` spider [this message]
2005-10-06  7:15             ` Aleksander N. Gorohovski
2005-10-06 20:44               ` Vasily Kolomeets
2005-10-05  8:30         ` Шенцев Алексей Владимирович
2005-10-05 10:58   ` Pavlov Konstantin
2005-10-05 11:04     ` Шенцев Алексей Владимирович
2005-10-05 11:10       ` Pavlov Konstantin
2005-10-05  8:57 ` Guest007
2005-10-05  8:09   ` Aleksander N. Gorohovski
2005-10-05 12:53   ` Sergey Shilov
2005-10-05  9:23     ` Aleksander N. Gorohovski
2005-12-20 12:02     ` Sergey Shilov

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=4344F6E2.6040902@lsi.bas-net.by \
    --to=spider@lsi.bas-net.by \
    --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