Добавляем получение символа getUtf8CharByIndex

This commit is contained in:
2025-05-29 18:52:23 +03:00
parent d11f69b08d
commit 33d449d892
2 changed files with 27 additions and 0 deletions

View File

@@ -51,3 +51,5 @@ unsigned char ChartoHex(char ch);
std::vector<String> splitStr(const String& str, const String& delimiter);
bool strInVector(const String& str, const std::vector<String>& vec);
String getUtf8CharByIndex(const String& utf8str, int index);