Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following sample works in Visual C++ .NET 2003 as specified in the standard:
// universal_character_names.cpp
int main()
{
int IdentContainingTwoUCNCharacters\u1234\U00001234 = 0;
}
For more information, see Unicode Support.