From 300c5466a7c9cfe3ed22bba2a88ba21058406402 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 4 Oct 2012 15:58:26 +0200 Subject: [stdlib, kernel] Introduce Unicode support for Erlang source files Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. --- lib/kernel/doc/src/file.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'lib/kernel/doc') diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 89190d8668..d7bdcef53c 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -261,6 +261,9 @@ {person, "pelle", 30}.
1> file:consult("f.txt").
 {ok,[{person,"kalle",25},{person,"pelle",30}]}
+

The encoding of of Filename can be set + by a comment as described in epp(3).

@@ -399,6 +402,9 @@ of the error.

+

The encoding of of Filename can be set + by a comment as described in epp(3).

@@ -865,6 +871,9 @@ the error.

+

The encoding of of Filename can be set + by a comment as described in epp(3).

@@ -906,6 +915,9 @@ of the error.

+

The encoding of of Filename can be set + by a comment as described in epp(3).

@@ -975,7 +987,10 @@ of the error.

- +

The encoding of of Filename can be set + by a comment as described in epp(3).

+
@@ -1506,6 +1521,9 @@ of the error.

+

The encoding of of Filename can be set + by a comment as described in epp(3).

-- cgit v1.2.3