diff options
| author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-02-08 21:55:59 +0100 |
|---|---|---|
| committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-02-09 09:16:17 +0300 |
| commit | afc9252372b2b511bb3f7caaaa0856989bbd3f46 (patch) | |
| tree | a1ae5fd9ae642a70441dc2b3d2214850bc22d1cb /indra/llcommon/llstring.h | |
| parent | 7075717b7c4a57d6bef60697ee506096a7c1b1ab (diff) | |
SL-20363 Option 'Debug Unicode' - show unicode values
Diffstat (limited to 'indra/llcommon/llstring.h')
| -rw-r--r-- | indra/llcommon/llstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h index 38b9c3e23c..bfbf25d9ab 100644 --- a/indra/llcommon/llstring.h +++ b/indra/llcommon/llstring.h @@ -743,6 +743,8 @@ LL_COMMON_API std::string mbcsstring_makeASCII(const std::string& str); LL_COMMON_API std::string utf8str_removeCRLF(const std::string& utf8str); +LL_COMMON_API llwchar utf8str_to_wchar(const std::string& utf8str, size_t offset, size_t length); + LL_COMMON_API std::string utf8str_showBytesUTF8(const std::string& utf8str); #if LL_WINDOWS |
