Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Up Previous Next 

PATH 
Mac OS 8 and 9 Developer Documentation > Text Encoding Conversion Manager
Programming With the Text Encoding Conversion Manager



Creating Content

When creating file content, write line and paragraph separators using the special Unicode characters intended for this purpose--U+2028 and U+2029--instead of using some combination of CR and LF. This makes the content more portable; when the content is read on a particular platform, these Unicode separators can be converted to the separators customary for that platform.


© 1999 Apple Computer, Inc. – (Last Updated 13 Dec 99)

Up Previous Next