ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Кодировка tree
@ 2008-05-23  8:37 Olexander Chernetskyy
  2008-05-23 12:28 ` Yuriy Kosenko
  2008-05-25 14:50 ` George V. Kouryachy
  0 siblings, 2 replies; 7+ messages in thread
From: Olexander Chernetskyy @ 2008-05-23  8:37 UTC (permalink / raw)
  To: Community

Понадобилось увидеть (и красиво напечатать) дерево каталогов.
Говорю: tree
А все русские имена отображаются знаками вопроса.
Можно, конечно, ls -R, но нужно красивое дерево.
Как?

Да, локаль = UTF-8

-- 
Best regards,
ArCher




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

* Re: [Comm] Кодировка tree
  2008-05-23  8:37 [Comm] Кодировка tree Olexander Chernetskyy
@ 2008-05-23 12:28 ` Yuriy Kosenko
  2008-05-23 13:41   ` Olexander Chernetskyy
  2008-05-25 14:50 ` George V. Kouryachy
  1 sibling, 1 reply; 7+ messages in thread
From: Yuriy Kosenko @ 2008-05-23 12:28 UTC (permalink / raw)
  To: sp_archer, ALT Linux Community general discussions

Olexander Chernetskyy пишет:
> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
> Говорю: tree
> А все русские имена отображаются знаками вопроса.
> Можно, конечно, ls -R, но нужно красивое дерево.
> Как?
>
> Да, локаль = UTF-8
>
>   
это не порядок. К примеру в федоре отображает в соответствии с locale.
Но уж коль жизнь тяжела, то может так:

tree | iconv -f koi8r  -t utf-8

-- 
       С уважением
       Юрий Косенко




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

* Re: [Comm] Кодировка tree
  2008-05-23 12:28 ` Yuriy Kosenko
@ 2008-05-23 13:41   ` Olexander Chernetskyy
  2008-05-23 13:47     ` Andrey Konnov
  0 siblings, 1 reply; 7+ messages in thread
From: Olexander Chernetskyy @ 2008-05-23 13:41 UTC (permalink / raw)
  To: Community


> Olexander Chernetskyy пишет:
>> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
>> Говорю: tree
>> А все русские имена отображаются знаками вопроса.
>> Можно, конечно, ls -R, но нужно красивое дерево.
>> Как?
>>
>> Да, локаль = UTF-8
>>
>>
> это не порядок. К примеру в федоре отображает в соответствии с locale.
> Но уж коль жизнь тяжела, то может так:
>
> tree | iconv -f koi8r  -t utf-8

Не помогает. И другие варианты с iconv тоже...

>
> --
>        С уважением
>        Юрий Косенко
>
>
>


-- 
Best regards,
ArCher




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

* Re: [Comm] Кодировка tree
  2008-05-23 13:41   ` Olexander Chernetskyy
@ 2008-05-23 13:47     ` Andrey Konnov
  2008-05-23 14:10       ` Andrey Konnov
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Konnov @ 2008-05-23 13:47 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Olexander Chernetskyy пишет:
>> Olexander Chernetskyy пишет:
>>> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
>>> Говорю: tree
>>> А все русские имена отображаются знаками вопроса.
>>> Можно, конечно, ls -R, но нужно красивое дерево.
>>> Как?
>>>
>>> Да, локаль = UTF-8
>>>
>>>
>> это не порядок. К примеру в федоре отображает в соответствии с locale.
>> Но уж коль жизнь тяжела, то может так:
>>
>> tree | iconv -f koi8r  -t utf-8
> 
> Не помогает. И другие варианты с iconv тоже...

Какие именно другие?
tree | convmv -r --nosmart -f koi8-r -t utf8 ?

> 
>> --
>>        С уважением
>>        Юрий Косенко
>>
>>
>>
> 
> 


-- 
Andrey Konnov
ankon at altlinux.ru


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

* Re: [Comm] Кодировка tree
  2008-05-23 13:47     ` Andrey Konnov
@ 2008-05-23 14:10       ` Andrey Konnov
  0 siblings, 0 replies; 7+ messages in thread
From: Andrey Konnov @ 2008-05-23 14:10 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Andrey Konnov пишет:
> Olexander Chernetskyy пишет:
>>> Olexander Chernetskyy пишет:
>>>> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
>>>> Говорю: tree
>>>> А все русские имена отображаются знаками вопроса.
>>>> Можно, конечно, ls -R, но нужно красивое дерево.
>>>> Как?
>>>>
>>>> Да, локаль = UTF-8
>>>>
>>>>
>>> это не порядок. К примеру в федоре отображает в соответствии с locale.
>>> Но уж коль жизнь тяжела, то может так:
>>>
>>> tree | iconv -f koi8r  -t utf-8
>>
>> Не помогает. И другие варианты с iconv тоже...
> 
> Какие именно другие?
> tree | convmv -r --nosmart -f koi8-r -t utf8 ?

Не, это не заработает :(

> 
>>
>>> -- 
>>>        С уважением
>>>        Юрий Косенко
>>>
>>>
>>>
>>
>>
> 
> 


-- 
Andrey Konnov
ankon at altlinux.ru


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

* Re: [Comm] Кодировка tree
  2008-05-23  8:37 [Comm] Кодировка tree Olexander Chernetskyy
  2008-05-23 12:28 ` Yuriy Kosenko
@ 2008-05-25 14:50 ` George V. Kouryachy
  2008-05-26 10:22   ` Olexander Chernetskyy
  1 sibling, 1 reply; 7+ messages in thread
From: George V. Kouryachy @ 2008-05-25 14:50 UTC (permalink / raw)
  To: sp_archer, ALT Linux Community general discussions

On Fri, May 23, 2008 at 11:37:07AM +0300, Olexander Chernetskyy wrote:
> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
> Говорю: tree
> А все русские имена отображаются знаками вопроса.
> Можно, конечно, ls -R, но нужно красивое дерево.
> Как?
> 
> Да, локаль = UTF-8
Какая точно версия tree? В ветке 4.1, похоже, уже работает.

george@arnor:~> rpmquery --changelog tree 
* Вск Мар 02 2008 Alex V. Myltsev <avm@altlinux.ru> 1:1.0.0-alt3

- fixing #12468 (incorrect handling of multibyte file names)
- minor cleanups


-- 
			George V. Kouryachy (aka Fr. Br. George)
			mailto:george at altlinux_org


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

* Re: [Comm] Кодировка tree
  2008-05-25 14:50 ` George V. Kouryachy
@ 2008-05-26 10:22   ` Olexander Chernetskyy
  0 siblings, 0 replies; 7+ messages in thread
From: Olexander Chernetskyy @ 2008-05-26 10:22 UTC (permalink / raw)
  To: Community


> On Fri, May 23, 2008 at 11:37:07AM +0300, Olexander Chernetskyy wrote:
>> Понадобилось увидеть (и красиво напечатать) дерево каталогов.
>> Говорю: tree
>> А все русские имена отображаются знаками вопроса.
>> Можно, конечно, ls -R, но нужно красивое дерево.
>> Как?
>>
>> Да, локаль = UTF-8
> Какая точно версия tree? В ветке 4.1, похоже, уже работает.
>
> george@arnor:~> rpmquery --changelog tree
> * Вск Мар 02 2008 Alex V. Myltsev <avm@altlinux.ru> 1:1.0.0-alt3
>
> - fixing #12468 (incorrect handling of multibyte file names)
> - minor cleanups

tree-1.0.0-alt1

Ну я уже на выходных включил мозги, сделал export LANG=bla-bla-bla_KOI8-R
и достиг желаемого.

>
>
> --
> 			George V. Kouryachy (aka Fr. Br. George)
> 			mailto:george at altlinux_org
>


-- 
Best regards,
ArCher




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

end of thread, other threads:[~2008-05-26 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-23  8:37 [Comm] Кодировка tree Olexander Chernetskyy
2008-05-23 12:28 ` Yuriy Kosenko
2008-05-23 13:41   ` Olexander Chernetskyy
2008-05-23 13:47     ` Andrey Konnov
2008-05-23 14:10       ` Andrey Konnov
2008-05-25 14:50 ` George V. Kouryachy
2008-05-26 10:22   ` Olexander Chernetskyy

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