/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/li_std_wstring.h
5 строк
299 B
William S Fulton
Add support for wchar_t * and std::wstring Unicode strings on Linux
02 май 2022, 23:08
02 май 2022, 23:08
ed42422
Код
Авторство
О чём код?
// This file has a BOM set to UTF-8, which is one way for Visual C++ to correctly interpet these strings // Alternatively, the /utf-8 command line option could be used #define JP_WSTRING L"JP: 日本語" #define DE_WSTRING L"DE: Kröpeliner Straße" #define RU_WSTRING L"RU: Война и мир"