This is the mail archive of the gcc-bugs@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]

[Bug fortran/45179] Support UTF-8 (and other encodings) in the source file (.f90) for CHARACTER(kind=4)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45179

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |28662

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
I think a reasonable implementation would be to let libcpp do most of the work;
in that case, it requires that libcpp is used for reading the source file. Cf.
PR28662 comment 10


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