diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index a60493a3609929569255a281f24aa5bccc6dfb2b..472285e3d908b4288220abe940096321a0baa775 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -787,7 +787,7 @@ void LLPanelProfileSecondLife::onCommitMenu(const LLSD& userdata)
     LLWString wstr;
     if (item_name == "display")
     {
-        wstr = utf8str_to_wstring(av_name.getDisplayName());
+        wstr = utf8str_to_wstring(av_name.getDisplayName(true));
     }
     else if (item_name == "name")
     {