* [sisyphus] graphviz
@ 2005-09-13 9:51 Eugene Pazhitnov
2005-09-13 10:25 ` Led
0 siblings, 1 reply; 6+ messages in thread
From: Eugene Pazhitnov @ 2005-09-13 9:51 UTC (permalink / raw)
To: ALT Linux Sisyphus
Вот такой вот файл:
===
digraph G {
a [label = "рас"]
b [label = "дфа"]
c [label = "тхри"]
z [label = "чЁтыре"]
a -> c
a -> b
c -> b
a -> z
}
===
[eugene@eugene pr2]$ dot -Tpng seb.dot > seb.png
Segmentation fault
[eugene@eugene pr2]$
А вообще насколько сложно русский там прикрутить?
--
Eugene Pazhitnov
IT Manager, ANCOR
1, bLd.5, Derbenevskaya St.,
Moscow, 115114, Russia
phone:(095)955-1972
www.ancor.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] graphviz
2005-09-13 9:51 [sisyphus] graphviz Eugene Pazhitnov
@ 2005-09-13 10:25 ` Led
2005-09-13 14:36 ` [sisyphus] graphviz Michael Shigorin
2005-09-15 13:42 ` [sisyphus] graphviz Eugene Pazhitnov
0 siblings, 2 replies; 6+ messages in thread
From: Led @ 2005-09-13 10:25 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от Вторник 13 Сентябрь 2005 12:51 Eugene Pazhitnov написал(a):
> Вот такой вот файл:
> ===
> digraph G {
> a [label = "рас"]
> b [label = "дфа"]
> c [label = "тхри"]
> z [label = "чЁтыре"]
>
> a -> c
> a -> b
> c -> b
> a -> z
> }
> ===
>
> [eugene@eugene pr2]$ dot -Tpng seb.dot > seb.png
> Segmentation fault
> [eugene@eugene pr2]$
>
> А вообще насколько сложно русский там прикрутить?
Несложно:
$ iconv -t utf8 seb.dot > seb.utf.dot
$ dot -Tpng seb.dot > seb.png
Led.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sisyphus] Re: graphviz
2005-09-13 10:25 ` Led
@ 2005-09-13 14:36 ` Michael Shigorin
2005-09-13 14:47 ` Led
2005-09-15 13:42 ` [sisyphus] graphviz Eugene Pazhitnov
1 sibling, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2005-09-13 14:36 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Tue, Sep 13, 2005 at 01:25:31PM +0300, Led wrote:
> > А вообще насколько сложно русский там прикрутить?
> Несложно:
> $ iconv -t utf8 seb.dot > seb.utf.dot
> $ dot -Tpng seb.dot > seb.png
Ух ты. А можете это оформить как README.ALT FR?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
---- visit our conference (Oct 1):
-- http://conference.osdn.org.ua
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Re: graphviz
2005-09-13 14:36 ` [sisyphus] graphviz Michael Shigorin
@ 2005-09-13 14:47 ` Led
0 siblings, 0 replies; 6+ messages in thread
From: Led @ 2005-09-13 14:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от Вторник 13 Сентябрь 2005 17:36 Michael Shigorin написал(a):
> On Tue, Sep 13, 2005 at 01:25:31PM +0300, Led wrote:
> > > А вообще насколько сложно русский там прикрутить?
> >
> > Несложно:
> > $ iconv -t utf8 seb.dot > seb.utf.dot
> > $ dot -Tpng seb.dot > seb.png
>
> Ух ты. А можете это оформить как README.ALT FR?
Ну, вобще-то сегфолта всё равно не должно быть ИМХО:) Так что лучше или
пофиксить, или, ещё лучше, собрать 2.6 (в сизифе 2.2.1) и посмотреть как там,
а уже к нему - README.ALT (или - враппер).
Led.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] graphviz
2005-09-13 10:25 ` Led
2005-09-13 14:36 ` [sisyphus] graphviz Michael Shigorin
@ 2005-09-15 13:42 ` Eugene Pazhitnov
2005-09-16 8:47 ` [sisyphus] graphviz Sergey Bolshakov
1 sibling, 1 reply; 6+ messages in thread
From: Eugene Pazhitnov @ 2005-09-15 13:42 UTC (permalink / raw)
To: led, ALT Linux Sisyphus discussion list
Led пишет:
>В сообщении от Вторник 13 Сентябрь 2005 12:51 Eugene Pazhitnov написал(a):
>
>
>>Вот такой вот файл:
>>===
>>digraph G {
>> a [label = "рас"]
>> b [label = "дфа"]
>> c [label = "тхри"]
>> z [label = "чЁтыре"]
>>
>> a -> c
>> a -> b
>> c -> b
>> a -> z
>>}
>>===
>>
>>[eugene@eugene pr2]$ dot -Tpng seb.dot > seb.png
>>Segmentation fault
>>[eugene@eugene pr2]$
>>
>>А вообще насколько сложно русский там прикрутить?
>>
>>
>
>Несложно:
>
>$ iconv -t utf8 seb.dot > seb.utf.dot
>$ dot -Tpng seb.dot > seb.png
>
>
Здорово, спасибо.
Что делать с -Tps? В получающемся по команде
dot -Tps2 seb.utf.dot > seb.ps
вместе кириллицы получаются умляуты.
--
Eugene Pazhitnov
IT Manager, ANCOR
1, bLd.5, Derbenevskaya St.,
Moscow, 115114, Russia
phone:(095)955-1972
www.ancor.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-09-16 8:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 9:51 [sisyphus] graphviz Eugene Pazhitnov
2005-09-13 10:25 ` Led
2005-09-13 14:36 ` [sisyphus] graphviz Michael Shigorin
2005-09-13 14:47 ` Led
2005-09-15 13:42 ` [sisyphus] graphviz Eugene Pazhitnov
2005-09-16 8:47 ` [sisyphus] graphviz Sergey Bolshakov
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