Leaked source code of windows server 2003
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

  1. /ModelName/ { print "*CodePage: 949" }
  2. ($1 ~ /rcNameID/ || $1 ~ /OptionID/) && $2 ~ /^[0-9]*$/ {
  3. if ($2 == "260") $2 = "604";
  4. else { print "*Unknown: ID"; next; }
  5. print " " $0;
  6. next;
  7. }
  8. /{NumOfCopies/ { gsub(/{NumOfCopies/,"[1,99]{NumOfCopies") }
  9. { print }
  10. END { print "*DLSymbolSet: ROMAN_8" }