summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC_Lib.cpp
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2009-11-07 11:55:35 +0900
committerDaisuke Miyakawa <dmiyakawa@google.com>2009-11-10 20:34:09 +0900
commit5d30aa183fe492ca2b56975986ff3ac5dbcad35b (patch)
treeeb8c7bb27b6708ed9db09367eb3015b623fce48c /libs/rs/rsScriptC_Lib.cpp
parentc421fc2ada7c1bff104733b840bd640151bebbbb (diff)
Make vCard parser invalid lines in vCard file which look like some comment. Do not merge.
e.g. "# Comment?" In both vCard 2.1 and vCard 3.0, this syntax is never allowed, but some actual exporter seems to emit this kind of comment sometimes. Both vCard 2.1 and vCard 3.0 allows some property to use multiple lines, so this change may cause another problem. For example, if the "NOTE" property uses Quoted-Printable type, has several lines, and one of the lines starts with '#', we cannot know whether the line is "comment" or not. Fortunately, in this change, the line is parsed as part of "NOTE" property, so I think there's no problem "right now", which does not mean that it is completely fine with vCard files Android will encounter in the future. This change is already submitted into MR2. Internal issue number: 2245363
Diffstat (limited to 'libs/rs/rsScriptC_Lib.cpp')
0 files changed, 0 insertions, 0 deletions