| Index: openssl/doc/crypto/BIO_s_file.pod
|
| ===================================================================
|
| --- openssl/doc/crypto/BIO_s_file.pod (revision 105093)
|
| +++ openssl/doc/crypto/BIO_s_file.pod (working copy)
|
| @@ -76,6 +76,10 @@
|
| Because the file BIO calls the underlying stdio functions any quirks
|
| in stdio behaviour will be mirrored by the corresponding BIO.
|
|
|
| +On Windows BIO_new_files reserves for the filename argument to be
|
| +UTF-8 encoded. In other words if you have to make it work in multi-
|
| +lingual environment, encode file names in UTF-8.
|
| +
|
| =head1 EXAMPLES
|
|
|
| File BIO "hello world":
|
|
|