[#BloombergLP-bdlde-Utf8Util-numCharactersRaw-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::numCharactersRaw :relfileprefix: ../../../ :mrdocs: Return the number of Unicode code points in the specified `string`. `string` is necessarily null‐terminated, so it cannot contain embedded null bytes. The behavior is undefined unless `string` contains valid UTF‐8. Note that `string` may contain less than `bsl::strlen(string)` Unicode code points. == Synopsis Declared in `<bdlde_utf8util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlde/Utf8Util/IntPtr.adoc[Utf8Util::IntPtr] numCharactersRaw(char const* string); ---- == Description DEPRECATED: Use `numCodePointsRaw` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#