Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] C/C++ identifier validation and internationalization


The class creation wizard accepts class names in different languages. e.g. Arabic, German etc. It does not throw up any error since the CConventions.validateClassName goes through fine. Is this ok? In one the C++ standard working papers (http://www.open-std.org/jtc1/sc22/wg21/docs/wp/html/oct97/) there is an annexure for universal character names (http://www.open-std.org/jtc1/sc22/wg21/docs/wp/html/oct97/extendid.html). So the standards seems to have defined the support but what is the current level of support in different compilers and of course in CDT. Do the validations in CConventions go through "as designed" or do they go through accidentaly? :)
--
neeraj

Back to the top