Re: The module does not support non ASCII characters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
>
>
>
>
>
>
>




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux