瀏覽代碼

Update JsonWriter.cs (#124)

乱码修复
wryl 7 年之前
父節點
當前提交
4e81ba90d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Unity/Assets/ThirdParty/ILRuntime/LitJson/JsonWriter.cs

+ 1 - 1
Unity/Assets/ThirdParty/ILRuntime/LitJson/JsonWriter.cs

@@ -225,7 +225,7 @@ namespace LitJson
 
             writer.Write ('"');
 
-	        //ֱ�Ӵ洢ԭʼ�ַ������������κ�ת���ַ��Ľ���
+	        //直接存储原始字符串,不再做任何转义字符的解析
 	        writer.Write(str);
 	        writer.Write('"');
 	        return;