fixed non-ASCII chat and IM

This commit is contained in:
Jeff Ames
2007-11-08 07:14:46 +00:00
parent 0b4e15bc35
commit fc3e247956
3 changed files with 6 additions and 5 deletions

View File

@@ -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;