Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: openssl/doc/crypto/BIO_s_file.pod

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/doc/crypto/BIO_new_CMS.pod ('k') | openssl/doc/crypto/BIO_s_mem.pod » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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":
« no previous file with comments | « openssl/doc/crypto/BIO_new_CMS.pod ('k') | openssl/doc/crypto/BIO_s_mem.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698