# special characters for troffcvt -> RTF writer

# field meaning
# -----	-------
# 1	special character name
# 2-5	rtf string to write for different character sets

# Special character names should match those used in the action
# file used with troffcvt to generate the input to the RTF writer.

# If the name is followed by "/F" then font F will be used to write
# the character.  This is really wrong, since the font needed might
# be different for different character sets possibly.

# If string is explicitly empty ("") nothing will be written.  This makes
# any occurrences of the special character in the input disappear from
# the output!  (This is useful for things like opthyphen.)

# If a special character definition is missing completely or is "NULL",
# the character name itself will be written in the form "[[name]]".
# (This is also true if the definition is missing for a particular
# character set and output is being written for that set.)  This
# way the character won't be dropped if you forget to define it here.

# backslashes should be doubled if you want them to appear in the
# output.  Don't forget to quote if you want to include whitespace.
# Don't forget a trailing space if a control word needs one."

# This table is woefully complete for all but Macintosh special
# characters.

# name			\ansi		\mac		\pc		\pca

backslash		\\\\		\\\\		\\\\		\\\\
at			@		@		@		@

# these could be written portably as \lquote, \rquote, \ldblquote,
# \rdblquote if certain readers (e.g., WordPerfect) understood those.

quoteleft		\`		"\\'d4"		\`		\`
quoteright		\'		"\\'d5"		\'		\'
quotedblleft		\"		"\\'d2"		\"		\"
quotedblright		\"		"\\'d3"		\"		\"

zerospace		""		""		""		""

sixthspace		""		""		""		""
twelfthspace		""		""		""		""
# not really correct
digitspace		" "		" "		" "		" "
hardspace		\\~		\\~		\\~		\\~
# backspace
emdash			-		"\\'d1"		-		-
minus			-		-		-		-

# don't really know what to do with these yet...
fieldbegin		""		""		""		""
fieldend		"\\tab "	"\\tab "	"\\tab "	"\\tab "
fieldpad		""		""		""		""

leader			"\\tab "	"\\tab "	"\\tab "	"\\tab "
tab			"\\tab "	"\\tab "	"\\tab "	"\\tab "

# want this to disappear
opthyphen		""		""		""		""

bullet			NULL		"\\'a5"		NULL		NULL
# square
# ru
# onequarter
# onehalf
# threequarters
fi		fi		fi		fi		fi
fl		fl		fl		fl		fl
ff		ff		ff		ff		ff
ffi		ffi		ffi		ffi		ffi
ffl		ffl		ffl		ffl		ffl
degree			NULL		"\\'a1"		NULL		NULL
dagger			NULL		"\\'a0"		NULL		NULL
# minute
cent			NULL		"\\'a2"		NULL		NULL
registered		"(reg.)"	"\\'a8"		"(reg.)"	"(reg.)"
copyright		"(c)"		"\\'a9"		"(c)"		"(c)"
plusmath		+		+		+		+
minusmath		-		-		-		-
equalmath		=		=		=		=
asteriskmath		*		*		*		*
section			NULL		"\\'a4"		NULL		NULL
acute		\'		\'		\'		\'
grave		\`		\`		\`		\`
ul		_		_		_		_
slash			/		/		/		/
# radical
# radicalex
greaterequal		>=		"\\'b3"		>=		>=
lessequal		<=		"\\'b2"		<=		<=
# equivalence
# approxequal
# similar
notequal		NULL		"\\'ad"		NULL		NULL
# arrowright
# arrowleft
# arrowup
# arrowdown
multiply/S		"\\'b4"		"\\'b4"		"\\'b4"		"\\'b4"
divide/S		"/"		"\\'b8"		"/"		"/"
plusminus		"+/-"		"\\'b1"		"+/-"		"+/-"
# union
# intersection
# propersubset
# propersuperset
# reflexsubset
# reflexsuperset
# infinity
# partialdiff
# gradient
# logicalnot
# integral
# proportional
# emptyset
# element
# br
daggerdbl		NULL		"\\'e0"		NULL		NULL
# handright
# handleft
# bell
# bar
# circle
# bracelefttp
# braceleftbt
# bracerighttp
# bracerightbt
# braceleftmid
# bracerightmid
# bv
# bracketleftbt
# bracketrightbt
# bracketlefttp
# bracketrighttp

alpha/S			a		a		a		a
beta/S			b		b		b		b
gamma/S			g		g		g		g
delta/S			d		d		d		d
epsilon/S		e		e		e		e
zeta/S			z		z		z		z
eta/S			y		y		y		y
theta/S			h		h		h		h
iota/S			i		i		i		i
kappa/S			k		k		k		k
lambda/S		l		l		l		l
mu/S			m		m		m		m
nu/S			n		n		n		n
xi/S			c		c		c		c
omicron/S		o		o		o		o
pi/S			p		p		p		p
rho/S			r		r		r		r
sigma/S			s		s		s		s
sigma1/S		V		V		V		V
tau/S			t		t		t		t
upsilon/S		u		u		u		u
phi/S			f		f		f		f
chi/S			x		x		x		x
psi/S			q		q		q		q
omega/S			w		w		w		w
Alpha/S			A		A		A		A
Beta/S			B		B		B		B
Gamma/S			G		G		G		G
Delta/S			D		D		D		D
Epsilon/S		E		E		E		E
Zeta/S			Z		Z		Z		Z
Eta/S			Y		Y		Y		Y
Theta/S			H		H		H		H
Iota/S			I		I		I		I
Kappa/S			K		K		K		K
Lambda/S		L		L		L		L
Mu/S			M		M		M		M
Nu/S			N		N		N		N
Xi/S			C		C		C		C
Omicron/S		O		O		O		O
Pi/S			P		P		P		P
Rho/S			R		R		R		R
Sigma/S			S		S		S		S
Tau/S			T		T		T		T
Upsilon/S		U		U		U		U
Phi/S			F		F		F		F
Chi/S			X		X		X		X
Psi/S			Q		Q		Q		Q
Omega/S			W		W		W		W
