Update submodules
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
439dcb35d1
commit
b0db806f5e
@ -1 +1 @@
|
|||||||
Subproject commit bfbdf0eb3f37694ba65619817b2ad1b0609a764e
|
Subproject commit 6f3710bd34d086946788c5244799c0bf50fd4335
|
2
Updater
2
Updater
@ -1 +1 @@
|
|||||||
Subproject commit 46495773c213359200e4294ddcac828a4887e5a9
|
Subproject commit 22c335242b6a28f530939f307048293ca005df14
|
@ -308,7 +308,7 @@ namespace ZRCola {
|
|||||||
///
|
///
|
||||||
/// Character description index key comparator
|
/// Character description index key comparator
|
||||||
///
|
///
|
||||||
struct character_desc_idx_less : public std::binary_function<std::wstring, std::wstring, bool>
|
struct character_desc_idx_less
|
||||||
{
|
{
|
||||||
inline bool operator()(const std::wstring& _Left, const std::wstring& _Right) const
|
inline bool operator()(const std::wstring& _Left, const std::wstring& _Right) const
|
||||||
{
|
{
|
||||||
|
@ -981,10 +981,10 @@ int _tmain(int argc, _TCHAR *argv[])
|
|||||||
<< "\"Content-Transfer-Encoding: 8bit\\n\"" << endl
|
<< "\"Content-Transfer-Encoding: 8bit\\n\"" << endl
|
||||||
<< "\"X-Generator: ZRColaCompile\\n\"" << endl;
|
<< "\"X-Generator: ZRColaCompile\\n\"" << endl;
|
||||||
|
|
||||||
wstring_convert<codecvt_utf8<wchar_t>> conv;
|
charset_encoder<wchar_t, char> conv(stdex::wchar_t_charset, charset_id::utf8);
|
||||||
for (auto p = pot.cbegin(); p != pot.cend(); ++p) {
|
for (auto p = pot.cbegin(); p != pot.cend(); ++p) {
|
||||||
// Convert UTF-16 to UTF-8 and escape.
|
// Convert UTF-16 to UTF-8 and escape.
|
||||||
string t(conv.to_bytes(*p)), u;
|
string t(conv.convert(*p)), u;
|
||||||
for (size_t i = 0, n = t.size(); i < n; i++) {
|
for (size_t i = 0, n = t.size(); i < n; i++) {
|
||||||
char c = t[i];
|
char c = t[i];
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
<DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
|
<DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
|
||||||
<SupportJustMyCode>false</SupportJustMyCode>
|
<SupportJustMyCode>false</SupportJustMyCode>
|
||||||
<EnablePREfast>true</EnablePREfast>
|
<EnablePREfast>true</EnablePREfast>
|
||||||
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8e323efef9b1305cddc41137bd0483f0a390e2ec
|
Subproject commit 5be20dde2352e7bf5c97e53243a11882b325b2c4
|
@ -1 +1 @@
|
|||||||
Subproject commit 1e5b0c49179c75508498c91660ae12a7866edebf
|
Subproject commit 17ef2a7f6c8a932498799b2a5ae5aab2869975c7
|
@ -1 +1 @@
|
|||||||
Subproject commit 9d50a878dca6bf3af2a2bf7c1be03913ef2e5ce6
|
Subproject commit 5e86663557e61a92bf745838c5f7be8d60a3b443
|
@ -1 +1 @@
|
|||||||
Subproject commit e3a59d1118053ed48dc15b83d17125da87c434dd
|
Subproject commit 79ec08365068ab6e03b06caef13de0ce6b06fcd5
|
Loading…
x
Reference in New Issue
Block a user