Document the upcoming default character encoding change in the release notes

This commit is contained in:
hallgren
2013-11-25 19:47:05 +00:00
parent 4a82481a1f
commit 9541668f76
2 changed files with 95 additions and 0 deletions

View File

@@ -14,9 +14,15 @@ See the [download page http://www.grammaticalframework.org/download/index.html].
Over [...] changes have been pushed to the source repository since the release
of GF 3.5.
Closed issues: 30, 41, 57, 60, 61, 68.
===GF compiler and run-time library===
- The default character encoding in grammar files has been changed from
Latin-1 to UTF-8. Also, alternate character encodings should now be specified
as ``--# -coding=``//enc//, instead of ``flags coding=``//enc//.
See the separate document
[GF character encoding changes encoding-change.html] for more details.
- Nonlinear patterns (i.e., patterns where the same variable appears more than
once) in concrete syntax are now detected and reported as errors.
(Section C.4.13 in the GF book explicitly states that patterns must be
@@ -37,6 +43,7 @@ of GF 3.5.
(see the [updated synopsis ../lib/doc/synopsis.html]).
- [...]
===GF Cloud services===
- [...]