To place special characters in a Quickscript document, %C,code% or %C,glyphname% can be used. The code number to use depends on which "encoding vector" is being used. By default, the standard PostScript vector will be taken, but by including the file "pdffnt.qs" before the document, a set based on ISO-Latin-1 will be used instead. This set has been modified from standard ISO-Latin-1 by adding codes where control characters would normally be present, which are not used in PostScript fonts, to add characters from the standard encoding vector which would otherwise be missing. These changes are indicated in red below.
There are usually many other characters within a font that are inaccessible with a simple numeric code less than 256, and these can always be achieved with its glyphname. Also, using glyphname instead of numeric code removes any doubt as to what is intended, making the document independent of encoding vector.
Default | pdffnt.qs | glyphname | character | Default | pdffnt.qs | glyphname | character | |
---|---|---|---|---|---|---|---|---|
183 | 128 | bullet | • | 208 | 132 | emdash | — | |
177 | 133 | minus | − | 177 | plusminus | ± | ||
215 | multiply | × | 247 | divide | ÷ | |||
164 | 135 | fraction | ⁄ | 185 | onesuperior | ¹ | ||
178 | twosuperior | ² | 179 | threesuperior | ³ | |||
188 | onequarter | ¼ | 189 | onehalf | ½ | |||
190 | threequarters | ¾ | 180 | 183 | periodcentered | · | ||
162 | 162 | cent | ¢ | 163 | 163 | sterling | £ | |
168 | 164 | currency | ¤ | 165 | 165 | yen | ¥ | |
166 | 134 | florin | ƒ | |||||
167 | 167 | section | § | 182 | 182 | paragraph | ¶ | |
179 | 130 | daggerdbl | ‡ | 178 | 129 | dagger | ||
174 | registered | ® | 169 | copyright | © | |||
187 | 187 | guillemotright | » | 171 | 171 | guillemotleft | « | |
173 | 137 | guilsinglright | › | 172 | 136 | guilsinglleft | ‹ | |
235 | 186 | ordmasculine | º | 227 | 170 | ordfeminine | ª | |
184 | 145 | quotesinglbase | ‚ | 185 | 140 | quotedblbase | „ | |
170 | 141 | quotedblleft | “ | 186 | 142 | quotedblright | ” | |
096 | 143 | quoteleft | ‘ | 039 | 144 | quoteright | ’ | |
(235) | 176 | degree | ° | 188 | 131 | ellipsis | … | |
181 | mu | µ | 189 | 139 | perthousand | ‰ | ||
172 | logicalnot | ¬ | 166 | brokenbar | ¦ | |||
192 | Agrave | À | 193 | Aacute | Á | |||
194 | Acircumflex | Â | 195 | Atilde | Ã | |||
196 | Adiaeresis | Ä | 197 | A ring | Å | |||
225 | 198 | AE | Æ | 199 | Ccedilla | Ç | ||
200 | Egrave | È | 201 | Eacute | É | |||
202 | Ecircumflex | Ê | 203 | Ediaeresis | Ë | |||
204 | Igrave | Ì | 205 | Iacute | Í | |||
206 | Icircumflex | Î | 207 | Idiaeresis | Ï | |||
232 | 149 | Lslash | Ł | 209 | Ntilde | Ñ | ||
210 | Ograve | Ò | 211 | Oacute | Ó | |||
212 | Ocircumflex | Ô | 213 | Otilde | Õ | |||
214 | Odiaeresis | Ö | 234 | 150 | OE | Œ | ||
233 | 216 | Oslash | Ø | 217 | Ugrave | Ù | ||
218 | Uacute | Ú | 219 | U circumflex | Û | |||
220 | Udiaeresis | Ü | 221 | Yacute | Ý | |||
208 | Eth | Ð | 222 | Thorn | Þ | |||
224 | agrave | à | 225 | aacute | á | |||
226 | acircumflex | â | 227 | atilde | ã | |||
228 | adiaeresis | ä | 229 | aring | å | |||
241 | 230 | ae | æ | 231 | ccedilla | ç | ||
232 | e grave | è | 233 | eacute | é | |||
234 | ecircumflex | ê | 235 | ediaeresis | ë | |||
174 | 147 | fi | fi | 175 | 148 | fl | fl | |
236 | igrave | ì | 237 | iacute | í | |||
238 | icircumflex | î | 239 | idiaeresis | ï | |||
248 | 155 | lslash | ł | 241 | ntilde | ñ | ||
242 | ograve | ò | 243 | oacute | ó | |||
244 | ocircumflex | ô | 245 | otilde | õ | |||
246 | odiaeresis | ö | 250 | 156 | oe | œ | ||
249 | 248 | oslash | ø | 249 | ugrave | ù | ||
250 | uacute | ú | 251 | ucircumflex | û | |||
252 | udiaeresis | ü | ||||||
253 | yacute | ý | 255 | ydiaeresis | ÿ | |||
240 | eth | ð | 254 | thorn | þ | |||
161 | 161 | exclamdown | ¡ | 191 | 191 | questiondown | ¿ |