From 336d1ee7337dbeb3dc4350e8fde26bc09db6d8d4 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 28 Apr 2010 20:04:37 +0000 Subject: bss_file.c: reserve for option to encode file name in UTF-8 on Windows [from HEAD]. --- doc/crypto/BIO_s_file.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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": -- cgit v1.2.1