comparison Core/Toolbox.h @ 2326:423d3b692bb9

Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 15:53:04 +0200
parents a3a65de1840f
children 9c7a80c87ae9
comparison
equal deleted inserted replaced
2325:8198a9fa2553 2326:423d3b692bb9
204 unsigned int defaultValue); 204 unsigned int defaultValue);
205 205
206 bool IsUuid(const std::string& str); 206 bool IsUuid(const std::string& str);
207 207
208 bool StartsWithUuid(const std::string& str); 208 bool StartsWithUuid(const std::string& str);
209
210 void InitializeGlobalLocale();
211
212 void FinalizeGlobalLocale();
213
214 std::string ToUpperCaseWithAccents(const std::string& source);
209 } 215 }
210 } 216 }