aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/file.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-02-13 14:15:51 +0100
committerBjörn Gustavsson <[email protected]>2013-02-14 14:12:36 +0100
commit0fa37f264ddd04eaa96955eda9c6548f630a1cd9 (patch)
tree70a22a828c57cc9c53861652227c42fecd1e3dd6 /lib/kernel/doc/src/file.xml
parentf5c7f087db71422e4a624525a2362055b73f5456 (diff)
downloadotp-0fa37f264ddd04eaa96955eda9c6548f630a1cd9.tar.gz
otp-0fa37f264ddd04eaa96955eda9c6548f630a1cd9.tar.bz2
otp-0fa37f264ddd04eaa96955eda9c6548f630a1cd9.zip
file: Remove note about Unicode handling being experimental
Diffstat (limited to 'lib/kernel/doc/src/file.xml')
-rw-r--r--lib/kernel/doc/src/file.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml
index 069b13eacf..4851a53dd9 100644
--- a/lib/kernel/doc/src/file.xml
+++ b/lib/kernel/doc/src/file.xml
@@ -60,14 +60,6 @@
converted, why the Unicode mode for file names is not default on
systems having completely transparent file naming.</p>
- <note>
- <p>As of R14B01, the most basic file handling modules
- (<c>file</c>, <c>prim_file</c>, <c>filelib</c> and
- <c>filename</c>) accept raw file names, but the rest of OTP is not
- guaranteed to handle them, why Unicode file naming on systems
- where it is not default is still considered experimental.</p>
- </note>
-
<p>Raw file names is a new feature in OTP R14B01, which allows the
user to supply completely uninterpreted file names to the
underlying OS/filesystem. They are supplied as binaries, where it