Mailinglist Archive: opensuse-packaging (192 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Re: What is an "undefined-non-weak-symbol" and how is it fixed?
- From: Jan Engelhardt <jengelh@xxxxxxxxxx>
- Date: Fri, 22 Apr 2011 14:10:19 +0200 (CEST)
- Message-id: <alpine.LNX.2.01.1104221359001.2575@obet.zrqbmnf.qr>
On Friday 2011-04-22 13:40, Pavol Rusnak wrote:
-c ascii was not always the default. Now it is. Irk. One more reason to
have just used perl. Better safe than sorry.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On 22/04/11 13:09, Juergen Weigert wrote:
Dos2unix is not that bad.
You may want to avoid 'dos2unix -c iso' which also mangles the encoding.
I've updated the wiki page to reflect those details. Malcolm, do you confirm?
I don't get it.
the wikipage says:
You must not use dos2unix in iso mode, because that not only changes
CRLF to LF, but also changes the encoding from CP437 to ISO-8859-1. Use
one of:
* dos2unix -c ascii file
* ... other options
But when I check dos2unix manpage it says:
-c, --convmode CONVMODE
Set conversion mode. Where CONVMODE is one of: ascii, 7bit, iso, mac
with ascii being the default.
So -c ascii does not make sense I guess as dos2unix by default uses
ascii and not iso. For the same reason the whole "must not use dos2unix
in iso mode" warning seems invalid.
-c ascii was not always the default. Now it is. Irk. One more reason to
have just used perl. Better safe than sorry.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |