Changes between Version 1 and Version 2 of Ticket #8384, comment 3


Ignore:
Timestamp:
2013-01-29T12:30:10+01:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8384, comment 3

    v1 v2  
    55key1=value1; key2=value2; ... => problem with ';' (consider first = is always separator)
    66key1=value1 key2=value2 ... => problem with spaces (consider first = is always separator for cases like name=x=y)
    7 "key1="value1","key2"="value2" ... (JSON-like) => problem with quotes
    8 "key1="hotel \"California\"","description"="......" ... (JSON-like) => is the format OK?
     7"key1"="value1","key2"="value2" ... (JSON-like) => problem with quotes
     8"key1"="hotel \"California\"","description"="......" ... (JSON-like) => is the format OK?
    99