Fixed
Details
Details
Assignee
Fredrik Roubert
Fredrik RoubertReporter
Markus Scherer
Markus SchererComponents
Priority
Time Needed
Hours
Fix versions
Created November 11, 2021 at 1:53 AM
Updated April 17, 2023 at 11:28 AM
Resolved March 21, 2023 at 8:20 PM
Discussed in the team meeting today 2021nov10. In C++ header files and implementation code,
Change NULL to nullptr
Change UChar to char16_t
Change U_OVERRIDE to override
Change U_FINAL to final
Also change samples. Maybe demos? intltest?
Keep NULL & UChar in C header files and in .c files (cintltst).
Simplify the unicode/umachine.h definition of UChar; remove the “inside the ICU library code” part.
Otherwise, keep NULL & UChar definitions.