diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-08-26 10:51:50 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-08-26 10:51:50 -0700 |
| commit | 47edf30eaa81b47a57f2a0a289947912b5a1da2f (patch) | |
| tree | e3ef8eab84bd49e53458849e8090b8485ad1b714 /indra/newview/llscripteditorws.cpp | |
| parent | af70716e4e7dc43434c1859fa6d96e7dea5ffb9b (diff) | |
Issue #6187: Add the utf-8 encoding to the content.
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
| -rw-r--r-- | indra/newview/llscripteditorws.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscripteditorws.cpp b/indra/newview/llscripteditorws.cpp index 7757956542..a79f57e038 100644 --- a/indra/newview/llscripteditorws.cpp +++ b/indra/newview/llscripteditorws.cpp @@ -1456,6 +1456,7 @@ LLSD LLScriptEditorWSServer::handleObjectContentGet(const std::string& method, c response["prim_id"] = prim_id; response["item_id"] = item_id; response["content"] = text_content; + response["encoding"] = "utf-8"; return response; } |
