summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-08-26 10:51:50 -0700
committerRider Linden <rider@lindenlab.com>2026-08-26 10:51:50 -0700
commit47edf30eaa81b47a57f2a0a289947912b5a1da2f (patch)
treee3ef8eab84bd49e53458849e8090b8485ad1b714 /indra/newview/llscripteditorws.cpp
parentaf70716e4e7dc43434c1859fa6d96e7dea5ffb9b (diff)
Issue #6187: Add the utf-8 encoding to the content.
Diffstat (limited to 'indra/newview/llscripteditorws.cpp')
-rw-r--r--indra/newview/llscripteditorws.cpp1
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;
}