[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-08-18 Thread burnus at gcc dot gnu dot org
--- Comment #13 from burnus at gcc dot gnu dot org 2008-08-19 06:02 --- Subject: Bug 35863 Author: burnus Date: Tue Aug 19 06:00:51 2008 New Revision: 139223 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139223 Log: 2008-08-19 Tobias Burnus <[EMAIL PROTECTED]> PR libf

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:42:54 2008 New Revision: 139148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139148 Log: 2008-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:42:54 2008 New Revision: 139148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139148 Log: 2008-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-08-16 06:11 --- Subject: Bug 35863 Author: jvdelisle Date: Sat Aug 16 03:38:31 2008 New Revision: 139147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139147 Log: 2008-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2008-06-13 20:35 --- Subject: Bug 35863 Author: jvdelisle Date: Fri Jun 13 20:35:12 2008 New Revision: 136766 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136766 Log: 2008-06-13 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-06-13 20:31 --- Subject: Bug 35863 Author: jvdelisle Date: Fri Jun 13 20:30:48 2008 New Revision: 136764 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136764 Log: 2008-06-13 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-06-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-06-13 20:28 --- Subject: Bug 35863 Author: jvdelisle Date: Fri Jun 13 20:28:08 2008 New Revision: 136763 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136763 Log: 2008-06-13 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-06-07 20:18 --- Working on this now. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added A

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-04-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-04-15 20:53 --- (In reply to comment #3) > Actually, I do not understand how to write things like >character(kind=myUCS4,len=20) :: foo = myUCS4_'Some UCS4 string' Ah, I'm glad that I'm not alone! I was thinking of asking a

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-04-15 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-04-15 19:46 --- > > Front end and library are ready to handle this when implemented. > Front-end is ready? Yes, it is: ENCODING= is supported and the rest is neither in the library nor in the front-end implemented. Though I would not

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-04-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2008-04-15 10:45 --- (In reply to comment #0) > Front end and library are ready to handle this when implemented. Front-end is ready? Is ENCODING="UTF-8" related to UCS-4 support? Because if it is, then the front-end is not ready, it

[Bug libfortran/35863] [F2003] Implement ENCODING="UTF-8"

2008-04-14 Thread jb at gcc dot gnu dot org
--- Comment #1 from jb at gcc dot gnu dot org 2008-04-14 18:55 --- Confirmed. This could be a bit tricky to get right. OTOH Fortran is fortunate enough that there are real strings and not char arrays like in C, so from a user perspective it should be pretty transparent. But certainly th