Index: VBoxManageInfo.cpp
===================================================================
--- VBoxManageInfo.cpp	(revision 65618)
+++ VBoxManageInfo.cpp	(working copy)
@@ -2586,7 +2586,7 @@
         if (!description.isEmpty())
         {
             if (details == VMINFO_MACHINEREADABLE)
-                RTPrintf("description=\"%ls\"\n", description.raw());
+                outputMachineReadableString("description", &description);
             else
                 RTPrintf("Description:\n%ls\n", description.raw());
         }
