source files are always encoded as UTF-8;
authorwenzelm
Fri, 03 Dec 2010 21:34:54 +0100
changeset 40947 58fa450b05e1
parent 40946 3f697c636fa1
child 40948 ad8535384c34
source files are always encoded as UTF-8;
NEWS
--- a/NEWS	Fri Dec 03 21:30:41 2010 +0100
+++ b/NEWS	Fri Dec 03 21:34:54 2010 +0100
@@ -6,6 +6,13 @@
 
 *** General ***
 
+* Source files are always encoded as UTF-8, instead of old-fashioned
+ISO-Latin-1.  INCOMPATIBILITY.  Isabelle LaTeX documents might require
+the following packages declarations:
+
+  \usepackage[utf8]{inputenc}
+  \usepackage{textcomp}
+
 * System settings: ISABELLE_HOME_USER now includes ISABELLE_IDENTIFIER
 (and thus refers to something like $HOME/.isabelle/IsabelleXXXX),
 while the default heap location within that directory lacks that extra