Hi Daniel, Sorry, I forgot that I have also removed the CR characters (\r):
$ echo beinahe | ./example <(./substrings.pl <(tail +2 hyph_de_DE.dic | tr -d '\r') de.dic >/dev/null 2>/dev/null; echo ISO8859-1; cat de.dic) /dev/stdin bei-na-he I also sent you de.dic in private mail. Best regards, Laci Quoting Daniel Naber <[EMAIL PROTECTED]>: > On Montag 09 Januar 2006 12:49, [EMAIL PROTECTED] wrote: > > > Fix with conversion: > > Hi Laci, > > for some reason this doesn't work for me: > > > echo beinahe | ./example <(./substrings.pl <(tail +2 hyph_de_DE.dic) de.dic > >/dev/null 2>/dev/null; echo ISO8859-1; cat de.dic) /dev/stdin > bein-a-he > > My system uses UTF-8 as its default encoding, could that be a problem? I > already tried setting > LANG=C without success. Did you change ./substrings.pl? Maybe you could just > sent > me your de.dic via private mail so I can test it. > > BTW, the conversion does *something*, de.dic and hyph_de_DE.dic differ: > > -.abi2 > +.a1bi2 > .ab3it > -.ab1l > -.ab1r > -.ab3u > +.a1b1l8 > +.a1b1r > +.a1b3u > (...) > > Thanks > Daniel > > -- > http://www.danielnaber.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
