CVS update: minicom/src

Adam Lackorzynski al-guest at alioth.debian.org
Sun Nov 30 15:43:53 UTC 2008


Date:	Sunday November 30, 2008 @ 15:43
Author:	al-guest

Update of /cvsroot/minicom/minicom/src
In directory alioth:/tmp/cvs-serv1042/src

Modified Files:
	dial.c ipc.c main.c minicom.c minicom.h updown.c vt100.c 
	window.c 
Log Message:
- Add some rather experimental code that tries to convert character sets
  between the local and the remote side. It is currently not enabled by
  default but so far seems to fix the famous UTF8 garbage crash and
  hopefully also fixes all other related issues with character sets.

  To use, start minicom with the environment variable
   MINICOM_REMOTE_CHARSET set to some iconv-string, e.g.
   MINICOM_REMOTE_CHARSET=latin1 minicom ...
  Later we will have this in some more convenient way but for now it should
  do.

  Todo: Also convert from local to remote, this isn't done currently.



dial.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/dial.c.diff?r1=1.28&r2=1.29&cvsroot=minicom
ipc.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/ipc.c.diff?r1=1.13&r2=1.14&cvsroot=minicom
main.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/main.c.diff?r1=1.25&r2=1.26&cvsroot=minicom
minicom.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/minicom.c.diff?r1=1.36&r2=1.37&cvsroot=minicom
minicom.h:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/minicom.h.diff?r1=1.22&r2=1.23&cvsroot=minicom
updown.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/updown.c.diff?r1=1.12&r2=1.13&cvsroot=minicom
vt100.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/vt100.c.diff?r1=1.16&r2=1.17&cvsroot=minicom
window.c:	http://alioth.debian.org/plugins/scmcvs/cvsweb.php/minicom/src/window.c.diff?r1=1.22&r2=1.23&cvsroot=minicom



More information about the minicom-devel mailing list