Document the interaction between Unicode and opening the clipboard as file:
- The clipboard must contain text when it's opened for reading.
- In binary mode, the existing text is encoded in UTF-8 and all text written must be encoded in UTF-8.
- Even in binary mode, you can only write text to the clipboard.