summaryrefslogtreecommitdiff
path: root/indra/llmath/v3color.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-04-03 12:31:43 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-04-03 12:31:43 -0400
commite399b02e3306a249cb161f07cac578d3f2617bab (patch)
tree7cb453600a066cde4b90cec3cc2cf7dd0e62ea84 /indra/llmath/v3color.cpp
parent3b25bc10febc84f10348715dabc9590458923c0b (diff)
Introduce fsyspath subclass of std::filesystem::path.
Our std::strings are UTF-8 encoded, so conversion from std::string to std::filesystem::path must use UTF-8 decoding. The native Windows std::filesystem::path constructor and assignment operator accepting std::string use "native narrow encoding," which mangles path strings containing UTF-8 encoded non-ASCII characters. fsyspath's std::string constructor and assignment operator explicitly engage std::filesystem::u8path() to handle encoding. u8path() is deprecated in C++20, but once we adapt fsyspath's conversion to C++20 conventions, consuming code need not be modified.
Diffstat (limited to 'indra/llmath/v3color.cpp')
0 files changed, 0 insertions, 0 deletions