------- 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 the implementation can be tricky. Perhaps we should ask advice from e.g. python developers who already have implemented unicode support in some language with a runtime library written in C? http://www.cl.cam.ac.uk/~mgk25/unicode.html Specifically http://www.cl.cam.ac.uk/~mgk25/unicode.html#mod http://www.cl.cam.ac.uk/~mgk25/unicode.html#c -- jb at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-04-14 18:55:43 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35863