diff options
author | Michael Gran <spk121@yahoo.com> | 2009-09-05 10:42:15 -0700 |
---|---|---|
committer | Michael Gran <spk121@yahoo.com> | 2009-09-05 10:42:15 -0700 |
commit | 8748ffeaa770ed47192f970ef5302a7c7aa7a935 (patch) | |
tree | 99dc3f28337308232e29d9ac462ed86930e2d732 /doc/ref/scheme-scripts.texi | |
parent | 28cc8dac2f520fa9de29e93dca52e4892b945a3c (diff) | |
download | guile-8748ffeaa770ed47192f970ef5302a7c7aa7a935.tar.gz |
Doc updates for character encoding of source code files
* NEWS
* doc/ref/scheme-scripts.texi: doc updates for character encoding of
source code
* doc/ref/api-evaluation.texi: doc updates for character encoding of
source code
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r-- | doc/ref/scheme-scripts.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index e12eee60f..249bc3414 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -64,6 +64,12 @@ operating system never reads this far, but Guile treats this as the end of the comment begun on the first line by the @samp{#!} characters. @item +If this source code file is not ASCII or ISO-8859-1 encoded, a coding +declaration such as @code{coding: utf-8} should appear in a comment +somewhere in the first five lines of the file: see @ref{Character +Encoding of Source Files}. + +@item The rest of the file should be a Scheme program. @end itemize |