Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw::utf Namespace Reference
Loading...
Searching...
No Matches
pw::utf Namespace Reference

Provides basic helpers for reading and writing UTF-8-encoded strings. More...

Overview

Provides basic helpers for reading and writing UTF-8-encoded strings.

Classes

class  CodePointAndSize
 

Functions

constexpr bool IsValidCodepoint (uint32_t code_point)
 
constexpr bool IsValidCharacter (uint32_t code_point)