summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_file.pod
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-04-28 20:02:28 +0000
committerAndy Polyakov <appro@openssl.org>2010-04-28 20:02:28 +0000
commitbb92e2c89b4aee9e1d1bb27a4a6da3817c66d005 (patch)
tree4dc5ead294f252b520c215bd698a4813ecfc934b /doc/crypto/BIO_s_file.pod
parent5e19ee96f6c0d59e5e63c8366e7989c3ae26852f (diff)
bss_file.c: refine UTF-8 logic on Windows.
Diffstat (limited to 'doc/crypto/BIO_s_file.pod')
-rw-r--r--doc/crypto/BIO_s_file.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/crypto/BIO_s_file.pod b/doc/crypto/BIO_s_file.pod
index b2a29263f4..188aea347d 100644
--- a/doc/crypto/BIO_s_file.pod
+++ b/doc/crypto/BIO_s_file.pod
@@ -76,6 +76,10 @@ normally be closed so the BIO_NOCLOSE flag should be set.
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":