Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

opendata

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Participatorio / opendata
    Source project has a limited visibility.
    user avatar
    Bruno Nocera Zanette authored
    Fixed the problem of invalid chars in text, like', '\'. These chars crash the parser because the parser identifies them as the end of the tag, and then gets confused with the rest of the text.
    
    The solution was to include a '\' in front of these chars on the small tags, like names and titles, and codify the whole text when it is too big, like descriptions and messages. This process makes the text unreadable for humans, but it doesnt loose any information when it is decoded.
    
    Signed-off-by: default avatarBruno Nocera Zanette <brunonzanette@gmail.com>
    748d5112
    History
    Name Last commit Last update