Geonovum / uml2json

Best Practise for OGC - UML to JSON Encoding Rules
https://geonovum.github.io/uml2json/document.html
0 stars 1 forks source link

Replace << and >> by « and » for keywords and stereotypes #36

Closed heidivanparys closed 5 months ago

heidivanparys commented 1 year ago

Replace the duplicated “greater than” (>>) or “less than” (<<) symbols by guillements (« and »).

From the UML specification:

Guillemets are a special kind of quotation marks and should not be confused with or replaced by duplicated “greater than” (>>) or “less than” (<<) symbols, except in situations where the available character set may not include guillemets.

heidivanparys commented 1 year ago

This has also as a consequence that the syntax doesn't clash any more with the cross-referencing syntax in AsciiDoc.