ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Как править CP1251 в mcedit
@ 2001-06-18  3:46 Баталов Григорий
  2001-06-18 15:25 ` [mdk-re] ëÁË ÐÒÁ×ÉÔØ CP1251 × mcedit Serge Skorokhodov
  0 siblings, 1 reply; 6+ messages in thread
From: Баталов Григорий @ 2001-06-18  3:46 UTC (permalink / raw)
  To: mandrake-russian

                 Господа!
    Не сочтите за маньяка. Я тут поискал в форумах,
  что народ думает о mcedit и windows-кодировке.
    Есть довольно банальный выход:
  вставить в user menu скрипт, который конвертирует
  файл в koi8, вызывает mcedit, и конвертирует обратно.
    Для этого нужно добавить в ~/.mc/menu примерно
  следующее:
----------------->8------------------------
w       Convert CP1251=>KOI8-R and edit 
	cp %f "$HOME/tmp/%f.win" ; 
	iconv -fCP1251 -tKOI8-R "$HOME/tmp/%f.win" > "$HOME/tmp/%f.koi";
	cp "$HOME/tmp/%f.koi" "$HOME/tmp/~%f" 
	mcedit "$HOME/tmp/~%f" 
	if ! cmp -s "$HOME/tmp/~%f" "$HOME/tmp/%f.koi"
	  then
	   iconv -fKOI8-R -tCP1251 "$HOME/tmp/~%f" > "$HOME/tmp/%f.win" 
 	   cp "$HOME/tmp/%f.win" %f 
	fi 
	rm "$HOME/tmp/%f.win" "$HOME/tmp/%f.koi" "$HOME/tmp/~%f"
	
-----------------8<------------------------
   Вот так все просто.

-- 
Баталов Григорий.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-06-18 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18  3:46 [mdk-re] Как править CP1251 в mcedit Баталов Григорий
2001-06-18 15:25 ` [mdk-re] ëÁË ÐÒÁ×ÉÔØ CP1251 × mcedit Serge Skorokhodov
2001-06-18 16:12   ` [mdk-re] Как править CP1251 в mcedit Баталов Григорий
2001-06-18 16:51     ` Re[2]: [mdk-re] ëÁË ÐÒÁ×ÉÔØ CP1251 × mcedit Serge Skorokhodov
2001-06-18 16:43   ` [mdk-re] Re[2]: [mdk-re] Как править CP1251 в mcedit Sergey Krivulja
2001-06-18 16:51     ` [mdk-re] Re[2]: [mdk-re] ëÁË ÐÒÁ×ÉÔØ CP1251 × mcedit Serge Skorokhodov

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