The R Project SVN R

Rev

Rev 82936 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82936 Rev 82986
Line 424... Line 424...
424
 
424
 
425
#define NUM_RAISED_CHARS 5
425
#define NUM_RAISED_CHARS 5
426
 
426
 
427
static const Raiseinfo _raised_char_tbl[NUM_RAISED_CHARS] =
427
static const Raiseinfo _raised_char_tbl[NUM_RAISED_CHARS] =
428
{
428
{
429
  {170, 97, true},			/* ordfeminine mapped to 'a' */
429
  {170, 97, true_},			/* ordfeminine mapped to 'a' */
430
  {178, 50, false},			/* twosuperior mapped to '2' */
430
  {178, 50, false_},			/* twosuperior mapped to '2' */
431
  {179, 51, false},			/* threesuperior mapped to '3' */
431
  {179, 51, false_},			/* threesuperior mapped to '3' */
432
  {185, 49, false},			/* onesuperior mapped to '1' */
432
  {185, 49, false_},			/* onesuperior mapped to '1' */
433
  {186, 111, true},			/* ordmasculine mapped to 'o'*/
433
  {186, 111, true_},			/* ordmasculine mapped to 'o'*/
434
};
434
};
435
 
435
 
436
/* The single-character `deligature' table, applying to all ISO-8859-1
436
/* The single-character `deligature' table, applying to all ISO-8859-1
437
   Hershey fonts (since they do not include these ligatures, except for
437
   Hershey fonts (since they do not include these ligatures, except for
438
   germandbls [eszet] in Gothic-German). */
438
   germandbls [eszet] in Gothic-German). */