[commit: ghc] ghc-7.8: Add release note for unicode quotation marks (re #2507) (939fe6c)
git at git.haskell.org
git at git.haskell.org
Tue Feb 25 15:43:03 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/939fe6c827a691c8a7b3419aec27d30328c56a70/ghc
>---------------------------------------------------------------
commit 939fe6c827a691c8a7b3419aec27d30328c56a70
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Feb 25 16:42:09 2014 +0100
Add release note for unicode quotation marks (re #2507)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
939fe6c827a691c8a7b3419aec27d30328c56a70
docs/users_guide/7.8.1-notes.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 7568246..5cd87e4 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -373,6 +373,14 @@
bug</ulink> in ld.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ GHC now uses Unicode <emphasis>left/right single qoutation
+ marks</emphasis> (i.e. U+2018 and U+2019) in compiler messages
+ if the current locale supports Unicode characters.
+ </para>
+ </listitem>
</itemizedlist>
</sect2>
More information about the ghc-commits
mailing list