Page MenuHomeVyOS Platform

Minor revision to unicode support in configtree backend
Closed, ResolvedPublicBUG

Description

Simple unicode support was added in T3785 with a modification to the library function String.escaped to allow characters with the high bit set to pass through unescaped. When updating the translation of Python strings to the backend in order to preserve single backslashes (T5996), it was noticed that this simple unicode support requires a refinement.

Details

Difficulty level
Normal (likely a few hours)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)