/
m1maker
/
SRAL
Обзор
Документация
Войти
/
m1maker
/
SRAL
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
SRC/Encoding.h
8 строк
264 B
unknown
Try to fix SSML speech. Add SRAL_SetEngineParameter.
18 окт 2024, 17:08
18 окт 2024, 17:08
2bcf41e
Код
Авторство
О чём код?
#ifndef ENCODING_H_ #define ENCODING_H_ #pragma once #include <string> bool UnicodeConvert(const std::string& input, std::wstring& output); bool UnicodeConvert(const std::wstring& input, std::string& output); void XmlEncode(std::string& data); #endif // ENCODING_H