cat test.cpp
#include <iostream> int main() { int à; }
leads to:
clang++ test.cpp test.cpp:4:7: error: expected unqualified-id int à; ^ 1 error generated.
Now, is there a way to get clang to resolve Unicode variable names?
Thanks!
Although permitted by the standard, Clang does not currently support UCN (universal character name) s in identifiers.
Source: https://habr.com/ru/post/1307602/More articles:Sort eigenvectors by their eigenvalues (related sorting) - c ++Clear conflicting class files from temporary ASP.NET files - c #What is a shortcut to clear the ASP.NET Temporary Files folder before starting the application? - visual-studio-2010NSOpenGLView in NSSplitView - objective-cLinq The specified type 'string' is not a valid provider type - c #Install registry to manage working directory when associating file type with application - installersed / awk or another: one liner to increase the number by 1, keeping the space characters - unixStrategies for the Always Connected Windows Client Data Architecture - architectureHow to get the MAC address of an active Ethernet connection in Bash Script? - bashGet list of last 10 Mondays - datetimeAll Articles