Re: [GRASS-dev] separator in G7: limit to one character

2013-02-06 Thread Martin Landa
Hi, 2013/2/2 Martin Landa landa.mar...@gmail.com: [...] it make sense, if no objections I will change G_option_to_separator() to return separator as a string. changed in r54960. I have also updated in r54961 the modules which are using G_option_to_separator() to support multi-character

Re: [GRASS-dev] separator in G7: limit to one character

2013-02-02 Thread Martin Landa
Hi, 2013/1/31 Vaclav Petras wenzesl...@gmail.com: [...] I like multi-character separator. For example, once I generated LaTeX table with some GRASS command. Even though is sufficient I wanted nice source, so I used . For row separator (e.g., CRLF on MS Windows) and for HTML/XML,

[GRASS-dev] separator in G7: limit to one character

2013-01-30 Thread Martin Landa
Hi all, most of modules assume that separator is limited to one character. Recently I have added to libgis G_option_to_separator() which gets separator character from the option [1]. Some of modules also accepts more characters as separator. Maybe it's good time to consolidate it. The question is

Re: [GRASS-dev] separator in G7: limit to one character

2013-01-30 Thread Vaclav Petras
Hi, On 30 January 2013 15:22, Martin Landa landa.mar...@gmail.com wrote: Hi all, most of modules assume that separator is limited to one character. Recently I have added to libgis G_option_to_separator() which gets separator character from the option [1]. Some of modules also accepts more