-
Notifications
You must be signed in to change notification settings - Fork 264
Description
In klayout, if the substitution string is "empty" illegal characters in TEXT will not be substituted.
How can I specify an empty string for strm2oas on the command line ?
strm2oas --subst-char test_illegal_char/test.oas a.oas
ERROR: Additional arguments required (use -h for help)
strm2oas --subst-char "" test_illegal_char/test.oas a.oas
ERROR: Additional arguments required (use -h for help)
strm2oas --subst-char '' test_illegal_char/test.oas a.oas
ERROR: Additional arguments required (use -h for help)
strm2oas --subst-char \"\" test_illegal_char/test.oas a.oas
This is the only one not giving an ERROR, but uses * as substitution character.
TEXTSTRING "illegal*"
I had to gzip the .oas file to be able to attach it, please gunzip, it's a strict oas.
test.oas.gz
