You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
315 B
10 lines
315 B
/ModelName/ { print "*CodePage: 949" }
|
|
($1 ~ /rcNameID/ || $1 ~ /OptionID/) && $2 ~ /^[0-9]*$/ {
|
|
if ($2 == "260") $2 = "604";
|
|
else { print "*Unknown: ID"; next; }
|
|
print " " $0;
|
|
next;
|
|
}
|
|
/{NumOfCopies/ { gsub(/{NumOfCopies/,"[1,99]{NumOfCopies") }
|
|
{ print }
|
|
END { print "*DLSymbolSet: ROMAN_8" }
|