1*48519Sbostic /*- 2*48519Sbostic * Copyright (c) 1985 The Regents of the University of California. 3*48519Sbostic * All rights reserved. 4*48519Sbostic * 5*48519Sbostic * %sccs.include.proprietary.c% 625009Ssam */ 725009Ssam 825009Ssam #ifndef lint 9*48519Sbostic static char sccsid[] = "@(#)charset.c 1.2 (Berkeley) 04/22/91"; 10*48519Sbostic #endif /* not lint */ 1125009Ssam 1225009Ssam #include "imp.h" 1325009Ssam char *imP_charset = "cour07"; 1425009Ssam int imPcsize = 12; 15