Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-02 Thread Xu Wang
Hello, When I pipe email I see the following header: To: Jeri =?utf-8?Q?Ker=C4=B1ko?= I would like to get the name with the UTF8 character, without special code, which in this case is: Jeri Kerıko (note that the last i has no dot) Is there a Linux command that can convert the special code to ac

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Matthias Apitz
El día Friday, June 03, 2016 a las 01:35:40AM -0400, Xu Wang escribió: > Hello, > > When I pipe email I see the following header: > > To: Jeri =?utf-8?Q?Ker=C4=B1ko?= > > I would like to get the name with the UTF8 character, without special > code, which in this case is: Jeri Kerıko (note that

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Erik Christiansen
On 03.06.16 08:45, Matthias Apitz wrote: > $ echo 'Ker=C4=B1ko' | mmencode -u -q > Kerıko > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > 0004b 65 72 c4 b1 6b 6f 0a > 010 Matthias, mmencode looks very useful, but I'm not able to find it on my

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Ulrich Lauther
On Fri, Jun 03, 2016 at 05:52:36PM +1000, Erik Christiansen wrote: > On 03.06.16 08:45, Matthias Apitz wrote: > > $ echo 'Ker=C4=B1ko' | mmencode -u -q > > Kerıko > > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > > 0004b 65 72 c4 b1 6b 6f 0a > > 00

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Matthias Apitz
El d�a Friday, June 03, 2016 a las 05:52:36PM +1000, Erik Christiansen escribi�: > On 03.06.16 08:45, Matthias Apitz wrote: > > $ echo 'Ker=C4=B1ko' | mmencode -u -q > > Kerıko > > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > > 0004b 65 72 c4 b1 6b 6f 0a

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Christian Brabandt
Hi Erik! On Fr, 03 Jun 2016, Erik Christiansen wrote: > On 03.06.16 08:45, Matthias Apitz wrote: > > $ echo 'Ker=C4=B1ko' | mmencode -u -q > > Kerıko > > $ echo 'Ker=C4=B1ko' | mmencode -u -q | od -tx1 > > 0004b 65 72 c4 b1 6b 6f 0a > > 010 > >

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Erik Christiansen
On 03.06.16 10:52, Christian Brabandt wrote: > > An alternative might be qprint (package qprint) Indeedy! :-) Thank you Christian. I've made a note of that. (Stuff from many years ago now sticks better than new stuff. :( Regards, Erik

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Erik Christiansen
On 03.06.16 10:32, Matthias Apitz wrote: > I'm on FreeBSD and do compile all from sources (the so called ports > collection). mmencode comes from: > > $ which mmencode > /usr/local/bin/mmencode > $ pkg which /usr/local/bin/mmencode > /usr/local/bin/mmencode was installed by package metamail-2.7_11

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Ionel Mugurel Ciobîcă
On 3-06-2016, at 10h 52'54", Christian Brabandt wrote about "Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8" > > An alternative might be qprint (package qprint) > Yes, qprint should do it: # echo "Ker=C4=B1ko" | qprint -d

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Matthias Apitz
El día Friday, June 03, 2016 a las 08:13:00PM +1000, Erik Christiansen escribió: > > $ fgrep -A1 MASTER_SITES ports-r414411/*/metamail/Makefile > > MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ > > ftp://ftp.research.telcordia.com/pub/nsb/ > > > > I don't know if t

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Marcelo Laia
Hi, I have the same problem here. If you found a solution, please, share it. Marcelo On 03/06/16 at 01:35am, Xu Wang wrote: > Hello, > > When I pipe email I see the following header: > > To: Jeri =?utf-8?Q?Ker=C4=B1ko?= > > I would like to get the name with the UTF8 character, without speci

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Matthias Apitz
El día Friday, June 03, 2016 a las 08:49:44AM -0300, Marcelo Laia escribió: > Hi, > > I have the same problem here. If you found a solution, please, share it. Please read / glance through the entire thread and do not just TOP POST on the first message in the thread. matthias -- Matth

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Marcelo Laia
On 03/06/16 at 09:14pm, Matthias Apitz wrote: > El día Friday, June 03, 2016 a las 08:49:44AM -0300, Marcelo Laia escribió: > > > Hi, > > > > I have the same problem here. If you found a solution, please, share it. > > Please read / glance through the entire thread and do not just TOP POST on >

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Matthias Apitz
El día Friday, June 03, 2016 a las 05:45:04PM -0300, Marcelo Laia escribió: > Yes, I do! I read all messages in the thread and in there isn't a friend > solution! If there are, please, point me out. I have no clue about what for you is a 'friend solution'. In the thread there are some useful sol

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Marcelo Laia
On 03/06/16 at 10:52pm, Matthias Apitz wrote: > El día Friday, June 03, 2016 a las 05:45:04PM -0300, Marcelo Laia escribió: > > > Yes, I do! I read all messages in the thread and in there isn't a friend > > solution! If there are, please, point me out. > > I have no clue about what for you is a

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-03 Thread Xu Wang
On Fri, Jun 3, 2016 at 5:45 AM, Ionel Mugurel Ciobîcă wrote: > On 3-06-2016, at 10h 52'54", Christian Brabandt wrote about "Re: Convert > ascii UTF8 code (in mutt "to:" header) to real UTF8" >> >> An alternative might be qprint (package qprint)

Re: Convert ascii UTF8 code (in mutt "to:" header) to real UTF8

2016-06-04 Thread Matthias Apitz
El día Friday, June 03, 2016 a las 06:05:11PM -0300, Marcelo Laia escribió: > > And btw: try to break your lines between 72 and 80 chars. > > Yes! I do! I use mutt + vi. So, they do that for me. Are there some problems > with your friend terminals? No, you do not as yu could proof: $ grep '^Yes