From 61138cb31e1f6ad44d3ca54e668de9d2d4adb2ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Wed, 9 Apr 2014 12:42:32 +0200
Subject: Support path names with characters outside the US ASCII range
---
lib/stdlib/doc/src/erl_tar.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
(limited to 'lib/stdlib/doc/src')
diff --git a/lib/stdlib/doc/src/erl_tar.xml b/lib/stdlib/doc/src/erl_tar.xml
index f81e36f810..afa4196be1 100644
--- a/lib/stdlib/doc/src/erl_tar.xml
+++ b/lib/stdlib/doc/src/erl_tar.xml
@@ -64,6 +64,20 @@
format_error/1 function.
+
+ UNICODE SUPPORT
+ If file:native_name_encoding/0
+ returns utf8, path names will be encoded in UTF-8 when
+ creating tar files and path names will be assumed to be encoded in
+ UTF-8 when extracting tar files.
+
+ If file:native_name_encoding/0
+ returns latin1, no translation of path names will be
+ done.
+
+
LIMITATIONS
For maximum compatibility, it is safe to archive files with names
--
cgit v1.2.3