mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
The change is to allow lower-case cell and layer names when they are separated from the command with a blank. So "Layername XZY;": "L" is the command, "ayername" is ignored BUT: "L xyz;": "xyz" is not part of the command, but the layername. Same for "DS". This is a deviation from the "standard", but a useful one. Otherwise case sensitivity cannot be maintained anymore in a CIF/Magic loop.