Skip to content

Commit

Permalink
ICU-22843 feedback iteration & u-literal-sv
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed Aug 3, 2024
1 parent 13ef5cf commit cff5f59
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 103 deletions.
4 changes: 3 additions & 1 deletion icu4c/source/common/unicode/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,9 @@
* @{
* \def U_DECLARE_UTF16
* Do not use this macro because it is not defined on all platforms.
* Use the UNICODE_STRING or U_STRING_DECL macros instead.
* In C++, use std::u16string_view literals, see the UNICODE_STRING docs.
* In C, use u"UTF-16 literals".
* See also the public U_STRING_DECL macro.
* @internal
*/
#ifdef U_DECLARE_UTF16
Expand Down
Loading

0 comments on commit cff5f59

Please sign in to comment.