kicad/common/io
jean-pierre charras a5ffcd0a55 void Prettify(): fix a bug in a corner case, when a string ends with '\'
A '\' in a string is encoded as \\.
A '"' in a string is encoded as \".
But prettify parser did not take in account a string encoded as "xx\\" (for xx\)
So we need to verify if a sequence is xx\" or xx\\", i.e. if there are a odd
count of backslashes before a '"'
Fixes #16777
https://gitlab.com/kicad/code/kicad/-/issues/16777
2024-01-28 16:07:52 +01:00
..
altium Altium schematic: fix properties parsing in old formats. 2024-01-14 13:12:47 +03:00
cadstar
common
eagle
easyeda EasyEDA Std: import dimensions. 2023-12-27 12:48:37 +05:00
easyedapro
kicad void Prettify(): fix a bug in a corner case, when a string ends with '\' 2024-01-28 16:07:52 +01:00
io_base.cpp Push library reading check to IO_BASE 2023-12-27 16:44:45 +00:00
io_utils.cpp
io_utils.h