This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [g++ 4.4] Unicode string literal support?


Jakub Jelinek wrote:
> The above mentioned patch adds support for raw strings and u8.
>   
Indeed. I have just committed the below too.

Paolo.

//////////////
2009-10-11  Paolo Carlini  <paolo.carlini@oracle.com>

	* htdocs/projects/cxx0x_status.html: Unicode string literals are
	unsupported in 4.4.
Index: htdocs/projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.28
diff -u -r1.28 cxx0x.html
--- htdocs/projects/cxx0x.html	10 Oct 2009 01:06:00 -0000	1.28
+++ htdocs/projects/cxx0x.html	11 Oct 2009 18:00:03 -0000
@@ -219,7 +219,7 @@
     <tr>
       <td>Unicode string literals</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm";>N2442</a></td>
-      <td align="center"><a href="../gcc-4.4/changes.html">GCC 4.4</a></td>
+      <td align="center">No<br/>[<a href="http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01099.html";>Patch</a>]</td>
     </tr>
     <tr>
       <td>Raw string literals</td>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]