Return-Path: william@bourbon.usc.edu Delivery-Date: Fri Oct 3 13:42:43 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m93Kghhx012364 for ; Fri, 3 Oct 2008 13:42:43 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m93Klo90030030 for ; Fri, 3 Oct 2008 13:47:50 -0700 Message-Id: <200810032047.m93Klo90030030@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: 551 final part-1 .ini parsing Date: Fri, 03 Oct 2008 13:47:50 -0700 From: Bill Cheng Someone wrote: > While parsing the .ini file we have key1 = value1. > So we need to consider nested quotes in key1 and value1 ? > I mean can we have "val"ue""1 ? Then should we ignore the > last 1 since its out of quotes ? There should not be any double-quote characters in the startup configuration file! -- Bill Cheng // bill.cheng@usc.edu