live code from FOSDEM: add print \xDB and \u20AC, including regression test

agreed bsiegert@
good idea and manpage diff ok'd by some netbsd person sitting next to me
This commit is contained in:
tg
2008-02-24 15:48:43 +00:00
parent 1a5ea7052c
commit d16fc19335
4 changed files with 72 additions and 10 deletions

4
sh.h
View File

@@ -8,8 +8,8 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.184 2007/10/25 15:34:57 tg Exp $"
#define MKSH_VERSION "R32 2007/10/25"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.185 2008/02/24 15:48:43 tg Exp $"
#define MKSH_VERSION "R33 2008/02/24"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>