On Tue, 27 May 2025, 12:44 17185349200, <17185349200@xxxxxxx> wrote: > > g++16 still does not support the use of non-ASCII characters in > module-name, such as: ‘export module 汉字’ Is this how the module standard is > defined, The standard says that module names should follow the same rules as identifiers (or a sequence of identifiers joined by dots). So if 汉字 is valid as a function name then it should be valid as a module name. or is it just not implemented? I made some changes from libcody->buffer.cc > myself, and it supports exporting ‘汉字’ now, but there are still other bugs. > If gcc will support non-ASCII characters in the future, I won’t continue to > do these things. > > > > > > >