https://bugzilla.wikimedia.org/show_bug.cgi?id=13475


Markus Krötzsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Markus Krötzsch <[email protected]>  2009-08-02 
12:08:48 UTC ---
The behavior has changed in recent versions of SMW. All brackets in property
values are now disallowed (not just double brackets). Also, having multiple
occurrences of "::" is considered as an annotation with multiple properties,
similar to 

 [[property1::property2::value]].

However, the following works now:

  [[String test::Entities hide brackets here &#91;&#91;Test&#93;&#93;, what
happens?]]

To use "::" in values, one also needs to do some escaping:

  [[String test::Entities hide brackets here &#91;&#91;Test
relation&#58;&#58;Sandbox3&#93;&#93;, what happens?]]

Most interfaces will properly display the text by expanding entities. Search
interfaces expect the entity encoding to be used when searching such values.
The RDF export replaces entities with the encoded Unicode symbols. Another way
of setting problematic annotation values is to use the #set parser function of
SMW: since it uses a template-like input syntax, it is not sensitive to certain
special characters.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to