ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Хихин Руслан" <hihin@yandex.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] как быть с кодировкой?
Date: Fri, 11 May 2007 11:34:25 +0400
Message-ID: <200705111134.30565@ruslandh> (raw)
In-Reply-To: <4644183D.3050300@svi.pp.ru>

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

Здравствуйте Шишков Евгений
  В сообщении от 11 мая 2007 Шишков Евгений написал(a):
 > Здравствуйте.
 >
 >
 >
 > Решил переустановить систему (раскорячил в хлам ;) ).
 >
 > Есть раздел ext3 на котором куча файлов с русскими именами.
 >
 > В системе у меня кодировка koi-8r после переустановки будет utf-8
 >
 > подмонтировав раздел буду видеть кашу (уже проверял на домашнем).
 >
 > Есть ли способ легко и корректно перенести данные?
Какая-то прога была

В принципе, "прыгая" с компа на комп с разными кодировками (правда в 
основном с koi8 на cp1251) написал скриптик (легко меняемый для разных 
нужд)

#!/bin/bash
# renames.sh
# простая программа переименования

# criteria=$1
# re_match=$2
# replace=$3

mkdir $1

list='*'
for i in $list ;
     do
         src=$i
         tgt=`echo $src |  iconv -c -r -fKOI8-R  -tUTF8`
echo "$src" "$tgt"
mv "$src" $2/"$tgt"
  done


-- 
С  уважением Хихин Руслан

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2007-05-11  7:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11  7:16 Шишков Евгений
2007-05-11  7:32 ` Epiphanov Sergei
2007-05-11  7:34 ` Хихин Руслан [this message]
2007-05-11  7:47   ` Шишков Евгений
2007-05-11  7:59   ` Valery V. Inozemtsev
2007-05-11  8:06     ` Шишков Евгений
2007-05-11 18:12       ` Хихин Руслан
2007-05-11 20:05           ` Евгений
2007-05-11  8:36   ` Epiphanov Sergei
2007-05-11 13:56 ` Евгений Терешков
2007-05-14 17:30 ` Maxim Tyurin

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=200705111134.30565@ruslandh \
    --to=hihin@yandex.ru \
    --cc=sisyphus@lists.altlinux.org \
    /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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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