ftp.nice.ch/pub/next/unix/communication/ft_bbs.1.0.s.tar.gz#/ft_bbs-1.0/bbs_charcodes.h

This is bbs_charcodes.h in view mode; [Download] [Up]

/* $Id: bbs_charcodes.h,v 1.1 1995/12/19 19:30:47 eilts Exp eilts $ */
#ifndef _BBS_CHARCODES_INCLUDED
#define _BBS_CHARCODES_INCLUDED

/* Umlaute / Sonderzeichen Latin 1 */
#define AE_U_L1		196
#define AE_L_L1		228
#define OE_U_L1		214
#define OE_L_L1		246
#define UE_U_L1		220
#define UE_L_L1		252
#define SS_L1		223
#define ACUTE_L1	180

/* Umlaute / Sonderzeichen IBM 850 */
#define AE_U_IBM850	142
#define AE_L_IBM850	132
#define OE_U_IBM850	153
#define OE_L_IBM850	148
#define UE_U_IBM850	154
#define UE_L_IBM850	129
#define SS_IBM850	225

/* Umlaute / Sonderzeichen quoted-printable */
#define AE_U_QP		"C4"
#define AE_L_QP		"E4"
#define OE_U_QP		"D6"
#define OE_L_QP		"F6"
#define UE_U_QP		"DC"
#define UE_L_QP		"FC"
#define SS_QP		"DF"
#define EQCHAR_QP	"3D"

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.