Is it somehow possible to program in C++ using characters from the Nordic alphabet in class- and variable names? (specifically: æ, ø and å).
Example:
auto føø = 2;
I am using GCC > 6, which do not seem to support it. Is there another compiler supporting these characters?
(FYI: I have duckduckgoed this, but I came up empty.)