# Output sequence map for rtftohtml

# Field 1 is the standard character name.  Field 2 is the output sequence
# to produce for that character.

# The output sequence is simply a string of characters.  If it contains
# whitespace, it may be quoted.  If it contains quotes, it may be quoted
# with a different quote character.

null		''
# characters in ASCII range (32-127)

space		" "
exclam		!
quotedbl	'"'
numbersign	#
dollar		$
percent		%
ampersand	&amp;
quoteright	"'"
parenleft	(
parenright	)
asterisk	*
plus		+
comma		,
hyphen		-
period		.
slash		/
zero		0
one		1
onesuperior	&sup1;
two		2
twosuperior	&sup2;
three		3
threesuperior	&sup3;
four		4
five		5
six		6
seven		7
eight		8
nine		9
colon		:
semicolon	;
less		&lt;
equal		=
greater		&gt;
question	?
at		@
A		A
B		B
C		C
D		D
E		E
F		F
G		G
H		H
I		I
J		J
K		K
L		L
M		M
N		N
O		O
P		P
Q		Q
R		R
S		S
T		T
U		U
V		V
W		W
X		X
Y		Y
Z		Z
bracketleft	[
backslash	\
bracketright	]
asciicircum	^
underscore	_
quoteleft	"`"
a		a
b		b
c		c
d		d
e		e
f		f
g		g
h		h
i		i
j		j
k		k
l		l
m		m
n		n
o		o
p		p
q		q
r		r
s		s
t		t
u		u
v		v
w		w
x		x
y		y
z		z
braceleft	{
bar		|
braceright	}
asciitilde	~

# non-ASCII
# use HTML 4.0 entity names where practical
# starting at decimal code 160
nobrkspace	&nbsp;
# inverted exclamation mark 161
cent		&cent;
sterling	&pound;
currency	&curren;
yen		&yen;
#netscape will only do this in utf-8: brokenbar	&brvbar;
brokenbar	|
section		&sect;
# uml / diaeresis = 168
copyright	&copy;
copyrightsans	&copy;


# Latin Extended-A
OE		&OElig;
oe		&oelig;
Scaron		&Scaron;
scaron		&scaron;
Ydieresis	&Yuml;

acute		"'"
angleleft	[
angleright	&gt;
approxequal	~
arrowboth	&lt;-&gt;
arrowdblboth	&lt;=&gt;
arrowdblleft	&lt;=
arrowdblright	=&gt;
arrowleft	&lt;-
arrowright	-&gt;
#bullet		*
bullet		&middot;
circumflex	^
# next 2 have named entities, which netscape 4 doesn't use...
# unicode &#8224; and &#8225;
dagger		&#134;
daggerdbl	&#135;

degree		&deg;
delta		d
divide		&divide;
dotlessi	i
ellipsis	...
# next 2 have named entities, which netscape 4 doesn't use...
endash		&#150;
emdash		&#151;
euro		&euro;
fi		fi
fl		fl
fraction	/
grave		"`"
greaterequal	&gt;=
# &#171; # was &lt;&lt;
guillemotleft	&laquo;
# &#187; # was &gt;&gt;
guillemotright	&raquo;
# netscape 4.7 doesn't do this? - unicode: &#2039; or &lsaquo;
guilsinglleft	&lt;
# ditto? unicode: &#203A; or &rsaquo;
guilsinglright	&gt;
lessequal	&lt;=
logicalnot	&not;
mathasterisk	*
mathequal	=
mathminus	-
mathnumbersign	'#'
mathplus	+
mathtilde	~
minus		-
mu		&micro;
multiply	&times;
nobrkhyphen	-

notequal	!=
onehalf		&frac12;
onequarter	&frac14;
periodcentered	&middot;
plusminus	&plusmn;
quotedblbase	,,
quotedblleft	'"'
quotedblright	'"'
quotesinglbase	,
registered	&reg;
registersans	&reg;
threequarters	&frac34;
tilde		~
trademark	&trade;
AE		&AElig;
Aacute      &Aacute;
Acircumflex &Acirc;
Agrave      &Agrave;
Aring       &Aring;
Atilde		&Atilde;
Adieresis	&Auml;
Ccedilla	&Ccedil;
#ETH		&ETH;
Eacute	&Eacute;
Ecircumflex	&Ecirc;
Egrave	&Egrave;
Edieresis	&Euml;
Iacute	&Iacute;
Icircumflex	&Icirc;
Igrave	&Igrave;
Idieresis	&Iuml;
Ntilde	&Ntilde;
Oacute	&Oacute;
Ocircumflex	&Ocirc;
Ograve	&Ograve;
Oslash	&Oslash;
#Otilde	&Otilde;
Odieresis	&Ouml;
#THORN	&THORN;
Uacute	&Uacute;
Ucircumflex	&Ucirc;
Ugrave	&Ugrave;
Udieresis	&Uuml;
#Yacute	&Yacute;
ae		&aelig;
aacute	&aacute;
acircumflex	&acirc;
agrave	&agrave;
aring	&aring;
atilde	&atilde;
adieresis	&auml;
ccedilla	&ccedil;
eacute	&eacute;
ecircumflex	&ecirc;
egrave	&egrave;
#eth	&eth;
edieresis	&euml;
iacute	&iacute;
icircumflex	&icirc;
igrave	&igrave;
idieresis	&iuml;
ntilde	&ntilde;
oacute	&oacute;
ocircumflex	&ocirc;
ograve	&ograve;
oslash	&oslash;
otilde	&otilde;
odieresis	&ouml;
germandbls	&szlig;
#thorn	&thorn;
uacute	&uacute;
ucircumflex	&ucirc;
ugrave	&ugrave;
udieresis	&uuml;
yacute	&yacute;
ydieresis	&yuml;
newline	<br>