![]() |
Ark Server API (ASA) - Wiki
|
#include <Char.h>
Static Public Member Functions | |
| static bool | IsLinebreak (CharType Char) |
Static Public Attributes | |
| static constexpr CharType | LineFeed = (CharType)0xa |
| static constexpr CharType | VerticalTab = (CharType)0xb |
| static constexpr CharType | FormFeed = (CharType)0xc |
| static constexpr CharType | CarriageReturn = (CharType)0xd |
| static constexpr CharType | NextLine = (CharType)0x85 |
| static constexpr CharType | LineSeparator = (CharType)0x2028 |
| static constexpr CharType | ParagraphSeparator = (CharType)0x2029 |