diff --git a/src/commands/default/building.py b/src/commands/default/building.py index 61cd74349..93203b56b 100644 --- a/src/commands/default/building.py +++ b/src/commands/default/building.py @@ -1566,7 +1566,7 @@ class CmdExamine(ObjManipCommand): """ if crop and isinstance(value, basestring): value = utils.crop(value) - value = repr(value) + value = utils.to_unicode(vale) string = "\n %s = %s" % (attr, value) string = raw(string) return string