libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
encoding.hpp
Go to the documentation of this file.
1#pragma once
2
8namespace z {
12enum encoding { ascii, utf8, utf16, utf32 };
13} // namespace z
encoding
Supported string encoding schemes.
Definition encoding.hpp:12