	PipeDream printer drivers

	This driver is for the Juki 6100 and compatibles.

	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at https://mozilla.org/MPL/2.0/.

	Copyright (C) 1989-1991 Colton Software

	When loading a printer driver, PipeDream reads each 
	successive line looking for valid options.  Each valid 
	option contains a field in column A.  If column A is blank 
	PipeDream ignores the whole line.  So these opening 
	paragraphs will be ignored.

	The following three options all take one parameter which is 
	specified in column B.  The Printer on string specifies the 
	codes sent to the printer at the start of each print 
	session and, in the case of single page printing, at the 
	start of each page.  The Printer off string specifies the 
	codes sent to the printer at the end of each print session 
	and, in the case of single page printing, at the end of 
	each page.  The End of page string specifies the codes sent 
	at the end of each page.  Some printers can handle 
	formfeeds which are faster and quieter than the alternative 
	of sending linefeeds to end the page.

				Description

PON				Printer on string
POFF				Printer off string
EP				End of page string
LF	N			Linefeeds (off)


	Highlights

	On	Off	Off at CR?	Description

H1	ESC "E" 	ESC "R" 	Y	Underlined text
H2	ESC "W"	ESC "&"	Y	Bold text
H3			N
H4			Y	Italics
H5	ESC "U"	ESC "D"	Y	Subscript downup
H6	ESC "D"	ESC "U"	Y	Superscript updown
H7			N	Alternative font
H8			N	User defined


	ISO Latin 1 translations

""	" "			non-break space
""	ESC "Y"			cent
""	ESC "I"			pound
""	"Y" 8 "="			yen
""	"+" 8 "_"			plus or minus
""	"-"			hyphen
""	"A"			A grave
""	"A"			A acute
""	"A"			A circumflex
""	"A"			A tilde
""	"A"			A umlaut
""	"C"			C cedilla
""	"E"			E grave
""	"E"			E acute
""	"E"			E circumflex
""	"E"			E umlaut
""	"I"			I grave
""	"I"			I acute
""	"I"			I circumflex
""	"I"			I umlaut
""	"N"			N tilde
""	"O"			O grave
""	"O"			O acute
""	"O"			O circumflex
""	"O"			O tilde
""	"O"			O umlaut
""	"x"			multiply by
""	"U"			U grave
""	"U"			U acute
""	"U"			U circumflex
""	"U"			U umlaut
""	"Y"			Y acute
""	"a" 8 "`"			a grave
""	"a" 8 "'"			a acute
""	"a" 8 "^"			a circumflex
""	"a" 8 "~"			a tilde
""	"a" 8 ESC "J"			a umlaut
""	ESC "K"			c cedilla
""	"e" 8 "`"			e grave
""	"e" 8 "'"			e acute
""	"e" 8 "^"			e circumflex
""	"e" 8 ESC "J"			e umlaut
""	"i" 8 "`"			i grave
""	"i" 8 "'"			i acute
""	"i" 8 "^"			i circumflex
""	"i" 8 ESC "J"			i umlaut
""	"n" 8 "~"			n tilde
""	"o" 8 "`" 			o grave
""	"o" 8 "'" 			o acute
""	"o" 8 "^"			o circumflex
""	"o" 8 "~"			o tilde
""	"o" 8 ESC "J"			o umlaut
""	"-" 8 ":"			divide by
""	"u" 8 "`"			u grave
""	"u" 8 "'"			u acute
""	"u" 8 "^"			u circumflex
""	"u" 8 ESC "J"			u umlaut
""	"y" 8 "'"			y acute
""	"y" 8 ESC "J"			y umlaut


	Microspacing

HMIP	ESC 31			HMI prefix - column spacing index
HMIS				HMI suffix
HMIO	1			HMI offset


	End of PipeDream printer driver
