Sanitise all extra vars that are sent to LSO
Replace all special characters with their ASCII equivalent before they are sent to LSO to prevent Nokia having a bad time
Edited by Karel van Klink
Merge request reports
Activity
assigned to @Aleksandr.Kurbatov
requested review from @mohammad.torkashvand
As a Persian programmer who dealt with کارکاکترهای عجیب غریب strange characters and different calendars for almost 10 years, I would discourage people from bringing accent, space, and non-UTC time in data (Enum, Types, and etc) if it is possible, especially when we are a source of truth and other systems rely on us.
Regarding this MR, from now on we should be careful to apply this conversion everywhere we expose data to other external systems.
other than LGTM!
Edited by Mohammad Torkashvand
Please register or sign in to reply