Re: page eject

new topic     » goto parent     » topic index » view thread      » older message » newer message

George Walters wrote:

> Can someone remind me how to embed a page eject in a plain text file. I.E. if
> notepad were to open it and print the text file their would be a page eject
> with
> this character.
>
> thanks

For instance in this file
   ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT
it reads:

| 0x00	0x0000	#	NULL
| 0x01	0x0001	#	START OF HEADING
| 0x02	0x0002	#	START OF TEXT
| 0x03	0x0003	#	END OF TEXT
| 0x04	0x0004	#	END OF TRANSMISSION
| 0x05	0x0005	#	ENQUIRY
| 0x06	0x0006	#	ACKNOWLEDGE
| 0x07	0x0007	#	BELL
| 0x08	0x0008	#	BACKSPACE
| 0x09	0x0009	#	HORIZONTAL TABULATION
| 0x0A	0x000A	#	LINE FEED
| 0x0B	0x000B	#	VERTICAL TABULATION
| 0x0C	0x000C	#	FORM FEED
| 0x0D	0x000D	#	CARRIAGE RETURN
| 0x0E	0x000E	#	SHIFT OUT
| 0x0F	0x000F	#	SHIFT IN
| [...]

AFAIK what you are looking for is FORM FEED,
so in your Eu program it should be
puts(outfile, #C)


Regards,
   Juergen

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu