How to accomplish Unicode file I/O operations in Fortran?
How to accomplish Unicode file I/O operations in Fortran?
(OP)
Has anybody managed to get "File Open/Inquire" operations working in Fortran (Intel v.10.1) with a Unicode filename, such as Japanese? Any advice will be greatly appreciated.
Richard Ay
Intergraph CAS





RE: How to accomplish Unicode file I/O operations in Fortran?
Note that Japanese is not normally unicode: it is normally DBCS, which on an MS system can be mistaken for unicode since they are both 16 bits.
RE: How to accomplish Unicode file I/O operations in Fortran?
Richard Ay
Intergraph CAS