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

user_section.py

  • Bruno Nocera Zanette's avatar
    748d5112
    Fix Bad Chars on Text (1st Functional Release) · 748d5112
    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
    Fix Bad Chars on Text (1st Functional Release)
    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>