summaryrefslogtreecommitdiff
path: root/download/encoding-change.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-12-18 16:22:59 +0000
committerhallgren <hallgren@chalmers.se>2013-12-18 16:22:59 +0000
commitd8d78b61873fe715b82dc96e883a1262526cc255 (patch)
tree4962dce8e3f706e8f7ecf7f7e2226216b5ffcc84 /download/encoding-change.t2t
parent52494afc5011cad39184861fe88ac16a2fc361e7 (diff)
Release note updates and some other minor things
Diffstat (limited to 'download/encoding-change.t2t')
-rw-r--r--download/encoding-change.t2t15
1 files changed, 8 insertions, 7 deletions
diff --git a/download/encoding-change.t2t b/download/encoding-change.t2t
index c62b132f9..b5d7d4059 100644
--- a/download/encoding-change.t2t
+++ b/download/encoding-change.t2t
@@ -6,16 +6,17 @@ Thomas Hallgren
%!postproc(html): <TITLE> <meta charset="UTF-8"><meta name = "viewport" content = "width = device-width"> <TITLE>
%!postproc(html): <H1> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>
-==Planned changes to character encodings in GF grammar files ==
+==Changes to character encodings in GF grammar files ==
-We plan to make two changes:
+Between the release of GF 3.5 and the next version, two changes were made
+relating to character encodings in GF grammar files:
-+ Currently the default character encoding in GF grammar files is Latin-1
-(also known as iso-8859-1, cp1252). We plan to change the default to UTF-8.
++ The default character encoding was changed from Latin-1
+(also known as iso-8859-1, cp1252) to UTF-8.
-+ It is currently possible to use another character encoding by specifying it
-with a ``flags coding = ...`` declaration in the source file. We plan to change
-this to use a pragma ``--# -coding=...`` at the top of the file instead.
++ They way you specify alternate character encodings was changed. Instead of
+ using a ``flags coding = ...`` declaration in the source file, you should now
+ use a pragma ``--# -coding=...`` at the top of the file instead.
== Advantages ==