aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_wstring.h
blob: a16b7cd3014c7c55a62f9909d33830d14be37198 (plain)
1
2
3
4
5
// 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: Война и мир"