Pario TechnoBlob
About
Posts
Tag: utf-8
Configure console email client mutt with Zimbra as IMAP/SMTP server
This is actually a an extended version of a post I did in 2009 titled Configure mutt for Zimbra and IMAP but this time I have added more options to the mutt config file.This...
Howto Convert Text File From UTF-8 to ISO-8859-1 Encoding
Convert a iso-8859-1 charset file into a utf-8 charset file. # iconv –-from-code=ISO-8859-1 –-to-code=UTF-8 iso.txt > utf.txt You can also use the console command recode #...