Binhex 4.0 Converter

Lines are only saved with the TP (trend, plunge) format and planes are saved only with the AD (Azimuth Dip, i.e., right hand rule) format. Stereonet 8. As described above, these files contain an exact copy of the state of the program and data at the time that you save the file. The Stereonet 8 native file cannot be read by any previous version of Stereonet.The binary file is very convenient for its completeness however no other program, not even OSXStereonet, can read this file. For longevity of your precious data, I highly recommend also saving it as a text file as described below:Exporting Text FilesYou can export text files in two flavors: if you want to save a text file with a two line header, just like older version of Stereonet/StereoWin, choose Stereonet 6 Format.

In case of Code page Encoder/Decoder tool, you also have to choose the source code page and the target code page. This tool has only one button – the 'Convert. I'm trying to open an RTF file a friend emailed to me in Microsoft Word, but the first line is (This file must be converted with BinHex 4.0). It seems like I should know this. But how can I convert this file? He sent it from a Mac, if that helps.

The binhex module encodes and decodes files in binhex4 format. This format is used in the representation of Macintosh files in ASCII.

Only the data fork is handled.The binhex module defines the following functions −binhex.binhex(input, output): Convert a binary file with filename input to binhex file output. The output parameter can either be a filename or a file-like object (any object supporting a write and close method).binhex.hexbin(input, output): Decode a binhex file input.

Input may be a filename or a file-like object supporting read and close methods. The resulting file is written to a file named output unless the argument is None in which case the output filename is read from the binhex file.

Converter

Import binheximport sysinfile = 'file.txt'binhex.binhex(infile, 'test.hqx')(This file must be converted with BinHex 4.0):#'CTE'8ZG(Kd!&4&@&3rN!3!N!8G!.!%Ql&6D@e`E'8JDA-JBQ9dG'9b)(4SB@iJBfpYF'aPH-bk!!!:To convert hex in binary format import binheximport sysinfile = 'test.hqx'binhex.binhex(infile, 'test.txt').