Page MenuHomePhabricator

n-ary property values cannot contain semicolons
Closed, ResolvedPublic

Description

Author: mail

Description:
N-ary property values cannot contain semicolons because they are interpreted as value dividers by the parser. The documentation doesn't mention an escape character.


Version: unspecified
Severity: normal
URL: http://sandbox.semantic-mediawiki.org/wiki/Test_89024356872

Details

Reference
bz15732

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:23 PM
bzimport set Reference to bz15732.

Right, there is none. What do you suggest?

mail wrote:

I tried '\' because that's what everyone else seems to be using as escape char. There could be a warning that ';' must be escaped when the number of ';' is greater than the number of attributes for that property minus one.

Have you tried masking it in html code (&#59;)? That usually does the trick.