mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
fixed non-ASCII chat and IM
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
ChatFromViewerArgs args = new ChatFromViewerArgs();
|
||||
|
||||
args.Message = Util.FieldToString(message);
|
||||
args.Message = Helpers.FieldToUTF8String(message);
|
||||
args.Channel = channel;
|
||||
args.Type = type;
|
||||
args.Position = fromPos;
|
||||
|
||||
Reference in New Issue
Block a user