Jamie Reece Wilson
b1d6eb0d80
[+] AuCodepointsTransformASCIIOp [+] AuCodepointsCount [+] AuCodepointsNextLength [+] AuCodepointsDecode [+] AuCodepointsEncodeInto [+] AuCodepointsTransform
8 lines
133 B
C++
8 lines
133 B
C++
#pragma once
|
|
|
|
// TODO:
|
|
|
|
using AuROString = std::string_view;
|
|
|
|
using AuUTF8StringView = AuROString;
|
|
using AuU8View = AuUTF8StringView; |